diff options
author | maho <maho@FreeBSD.org> | 2007-01-11 15:52:29 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-11 15:52:29 +0800 |
commit | 743657b6e29574a5564e049b28726a5b9dba8ff0 (patch) | |
tree | a41ea0e8692a953f57181e965bd71144ccb92d04 /math | |
parent | cb8136ce1569dbc5fc17b9fcdd9e2752420f1852 (diff) | |
download | freebsd-ports-gnome-743657b6e29574a5564e049b28726a5b9dba8ff0.tar.gz freebsd-ports-gnome-743657b6e29574a5564e049b28726a5b9dba8ff0.tar.zst freebsd-ports-gnome-743657b6e29574a5564e049b28726a5b9dba8ff0.zip |
* Do not install libtstatlas* as they are not use frequently.
* Bump portrevision.
Diffstat (limited to 'math')
-rw-r--r-- | math/atlas-devel/Makefile | 10 | ||||
-rw-r--r-- | math/atlas-devel/pkg-plist | 6 |
2 files changed, 5 insertions, 11 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index bc0dfa53b8d1..0fcc953d70bb 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -10,7 +10,7 @@ PORTNAME= atlas PORTVERSION= 3.7.24 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= math-atlas @@ -112,7 +112,7 @@ do-build: (cd ${WRKSRC}/THREADED_PIC ; ${MAKE}) @${MAKE} test -ATLAS_LIBS1=libalapack libatlas libcblas libf77blas libtstatlas +ATLAS_LIBS1=libalapack libatlas libcblas libf77blas #libtstatlas ATLAS_LIBS2=libptcblas libptf77blas post-build: @@ -160,17 +160,17 @@ post-build: # make atlas shared library .for i in ${ATLAS_LIBS1} ( cd ${WRKSRC}/NON_THREADED_PIC/lib ; \ - ld -Bshareable -o ${i}.so.2 -x -soname ${i}.so.2 ${i}.a ) + ld -Bshareable -o ${i}.so.2 -x -soname ${i}.so.2 --whole-archive ${i}.a ) .endfor # make atlas shared (thread safe) library .for i in ${ATLAS_LIBS1} ( cd ${WRKSRC}/THREADED_PIC/lib ; \ - ld -Bshareable -o ${i}_r.so.2 -x -soname ${i}_r.so.2 ${i}.a ) + ld -Bshareable -o ${i}_r.so.2 -x -soname ${i}_r.so.2 --whole-archive ${i}.a ) .endfor .for i in ${ATLAS_LIBS2} ( cd ${WRKSRC}/THREADED_PIC/lib ; \ - ld -Bshareable -o ${i}.so.2 -x -soname ${i}.so.2 ${i}.a ) + ld -Bshareable -o ${i}.so.2 -x -soname ${i}.so.2 --whole-archive ${i}.a ) .endfor do-install: .for i in ${ATLAS_LIBS1} diff --git a/math/atlas-devel/pkg-plist b/math/atlas-devel/pkg-plist index 0d7e9f7d909a..66efae828a18 100644 --- a/math/atlas-devel/pkg-plist +++ b/math/atlas-devel/pkg-plist @@ -32,12 +32,6 @@ lib/libptcblas.so %%WITH_STATICLIB%%lib/libptf77blas.a lib/libptf77blas.so.2 lib/libptf77blas.so -%%WITH_STATICLIB%%lib/libtstatlas.a -lib/libtstatlas.so.2 -lib/libtstatlas.so -%%WITH_STATICLIB%%lib/libtstatlas_r.a -lib/libtstatlas_r.so.2 -lib/libtstatlas_r.so %%PORTDOCS%%share/doc/atlas/AtlasCredits.txt %%PORTDOCS%%share/doc/atlas/ChangeLog %%PORTDOCS%%share/doc/atlas/DirStruct.txt |