mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
math/openlibm: update to 0.6.0
PR: 229134 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
This commit is contained in:
parent
62147e89c3
commit
27ed96962d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472808
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= openlibm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.5.5
|
||||
DISTVERSION= 0.6.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= GH
|
||||
|
||||
@ -23,7 +23,7 @@ BROKEN_powerpc64= fails to build: gmake: clang: Command not found
|
||||
|
||||
USES= gmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= JuliaLang
|
||||
GH_ACCOUNT= JuliaMath
|
||||
GH_PROJECT= openlibm
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1508305920
|
||||
SHA256 (JuliaLang-openlibm-v0.5.5_GH0.tar.gz) = 07dcc5f59e695fb45167c81406b8e201c5ad91ebf24e3e55ae13298670910cfd
|
||||
SIZE (JuliaLang-openlibm-v0.5.5_GH0.tar.gz) = 353637
|
||||
TIMESTAMP = 1529386396
|
||||
SHA256 (JuliaMath-openlibm-v0.6.0_GH0.tar.gz) = d45439093d1fd15e2ac3acf69955e462401c7a160d3330256cb4a86c51bdae28
|
||||
SIZE (JuliaMath-openlibm-v0.6.0_GH0.tar.gz) = 356601
|
||||
|
@ -1,8 +1,8 @@
|
||||
--- Make.inc.orig 2016-08-06 15:00:31 UTC
|
||||
--- Make.inc.orig 2018-06-18 21:22:47 UTC
|
||||
+++ Make.inc
|
||||
@@ -7,7 +7,7 @@ VERSION = 0.5.2
|
||||
@@ -10,7 +10,7 @@ VERSION = 0.6.0
|
||||
SOMAJOR = 2
|
||||
SOMINOR = 3
|
||||
SOMINOR = 5
|
||||
DESTDIR =
|
||||
-prefix = /usr/local
|
||||
+prefix ?= /usr/local
|
||||
|
@ -1,26 +1,26 @@
|
||||
--- Makefile.orig 2016-08-06 15:00:31 UTC
|
||||
--- Makefile.orig 2018-06-18 21:22:47 UTC
|
||||
+++ Makefile
|
||||
@@ -77,19 +77,19 @@ openlibm.pc: openlibm.pc.in Make.inc Mak
|
||||
@@ -83,19 +83,19 @@ openlibm.pc: openlibm.pc.in Make.inc Makefile
|
||||
|
||||
install-static: libopenlibm.a
|
||||
mkdir -p $(DESTDIR)$(libdir)
|
||||
- cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/
|
||||
- cp -RpP -f libopenlibm.a $(DESTDIR)$(libdir)/
|
||||
+ $(BSD_INSTALL_DATA) libopenlibm.a $(DESTDIR)$(libdir)/
|
||||
|
||||
install-shared: libopenlibm.$(OLM_MAJOR_MINOR_SHLIB_EXT)
|
||||
mkdir -p $(DESTDIR)$(shlibdir)
|
||||
- cp -f -a libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
|
||||
- cp -RpP -f libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
|
||||
+ $(BSD_INSTALL_LIB) libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
|
||||
|
||||
install-pkgconfig: openlibm.pc
|
||||
mkdir -p $(DESTDIR)$(pkgconfigdir)
|
||||
- cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/
|
||||
- cp -RpP -f openlibm.pc $(DESTDIR)$(pkgconfigdir)/
|
||||
+ $(BSD_INSTALL_DATA) openlibm.pc $(DESTDIR)$(pkgconfigdir)/
|
||||
|
||||
install-headers:
|
||||
mkdir -p $(DESTDIR)$(includedir)/openlibm
|
||||
- cp -f -a include/*.h $(DESTDIR)$(includedir)/openlibm
|
||||
- cp -f -a src/*.h $(DESTDIR)$(includedir)/openlibm
|
||||
- cp -RpP -f include/*.h $(DESTDIR)$(includedir)/openlibm
|
||||
- cp -RpP -f src/*.h $(DESTDIR)$(includedir)/openlibm
|
||||
+ $(BSD_INSTALL_DATA) include/*.h $(DESTDIR)$(includedir)/openlibm
|
||||
+ $(BSD_INSTALL_DATA) src/*.h $(DESTDIR)$(includedir)/openlibm
|
||||
|
||||
|
@ -8,12 +8,14 @@ include/openlibm/k_log.h
|
||||
include/openlibm/k_logf.h
|
||||
include/openlibm/math_private.h
|
||||
include/openlibm/math_private_openbsd.h
|
||||
include/openlibm/mips_fpmath.h
|
||||
include/openlibm/openlibm.h
|
||||
include/openlibm/openlibm_complex.h
|
||||
include/openlibm/openlibm_fenv.h
|
||||
include/openlibm/openlibm_fenv_amd64.h
|
||||
include/openlibm/openlibm_fenv_arm.h
|
||||
include/openlibm/openlibm_fenv_i387.h
|
||||
include/openlibm/openlibm_fenv_mips.h
|
||||
include/openlibm/openlibm_fenv_powerpc.h
|
||||
include/openlibm/openlibm_math.h
|
||||
include/openlibm/powerpc_fpmath.h
|
||||
@ -21,5 +23,5 @@ include/openlibm/types-compat.h
|
||||
lib/libopenlibm.a
|
||||
lib/libopenlibm.so
|
||||
lib/libopenlibm.so.2
|
||||
lib/libopenlibm.so.2.4
|
||||
lib/libopenlibm.so.2.5
|
||||
libdata/pkgconfig/openlibm.pc
|
||||
|
Loading…
Reference in New Issue
Block a user