mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Now confirmed that both static and dynamic ATLAS lib
has same performance.
This commit is contained in:
parent
9f0145e263
commit
2a348761da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116637
@ -37,8 +37,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
LAPACK= -lalapack_r
|
||||
CBLAS= -lptcblas -lptf77blas -latlas_r -lg2c ${PTHREAD_LIBS}
|
||||
.else
|
||||
LAPACK= -static -lalapack
|
||||
CBLAS= -static -lcblas -lf77blas -latlas -lg2c
|
||||
LAPACK= -lalapack
|
||||
CBLAS= -lcblas -lf77blas -latlas -lg2c
|
||||
.endif
|
||||
#WITH_SMP= yes
|
||||
#WITH_ICC= yes
|
||||
|
Loading…
Reference in New Issue
Block a user