mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
* Do not install libtstatlas* as they are not use frequently.
* Bump portrevision.
This commit is contained in:
parent
9fd11841f2
commit
8001bca90d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182071
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user