mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Now math/atlas* only build shared libs by default,
link against shared libs instead of static libs.
This commit is contained in:
parent
43c6765362
commit
0f2167214f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166681
@ -56,7 +56,7 @@
|
||||
#
|
||||
SCALAPACKLIB = $(home)/libscalapack.a
|
||||
-BLASLIB = /usr/local/lib/libf77blas.a /usr/local/lib/libatlas.a
|
||||
+BLASLIB = @PREFIX@/lib/libf77blas.a @PREFIX@/lib/libatlas.a
|
||||
+BLASLIB = -L@PREFIX@/lib -lf77blas -latlas
|
||||
#
|
||||
PBLIBS = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB)
|
||||
PRLIBS = $(SCALAPACKLIB) $(CBLACSLIB) $(SMPLIB)
|
||||
|
Loading…
Reference in New Issue
Block a user