mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Dont compile blas as it is not installed.
This commit is contained in:
parent
4a7b654a30
commit
dd1af32f00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155545
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
|||
--- Makefile.orig Wed May 17 18:33:22 2000
|
||||
+++ Makefile Fri Jun 2 17:38:38 2000
|
||||
--- Makefile.orig Wed May 17 19:33:22 2000
|
||||
+++ Makefile Wed Feb 8 19:59:57 2006
|
||||
@@ -6,10 +6,17 @@
|
||||
|
||||
include make.inc
|
||||
|
||||
-all: install lib testing blas_testing timing blas_timing
|
||||
+.if defined(ENABLE_TESTING) && ${ENABLE_TESTING} == "YES"
|
||||
all: install lib testing blas_testing timing blas_timing
|
||||
+all: install lib testing timing
|
||||
+.else
|
||||
+all: install lib
|
||||
+.endif
|
||||
|
@ -15,7 +16,7 @@
|
|||
+.if defined(ENABLE_TESTING) && ${ENABLE_TESTING} == "YES"
|
||||
+lib: blaslib lapacklib tmglib fpmclr_.o
|
||||
+.else
|
||||
+lib: lapacklib blaslib
|
||||
+lib: lapacklib
|
||||
+.endif
|
||||
|
||||
clean: cleanlib cleantesting cleantiming
|
||||
|
|
Loading…
Add table
Reference in a new issue