mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
use one toolchain consistently; minor cleanups; update to 3.2.2 PR: 117923 Approved by: maho (maintainer), makc (co-mentor)
14 lines
365 B
Text
14 lines
365 B
Text
--- TESTING/Makefile.orig 2010-08-29 10:57:23.000000000 -0400
|
|
+++ TESTING/Makefile 2010-08-29 10:57:43.000000000 -0400
|
|
@@ -37,11 +37,6 @@
|
|
|
|
include ../make.inc
|
|
|
|
-ifneq ($(strip $(VARLIB)),)
|
|
- LAPACKLIB := $(VARLIB) ../$(LAPACKLIB)
|
|
-endif
|
|
-
|
|
-
|
|
all: single complex double complex16 singleproto doubleproto complexproto complex16proto
|
|
|
|
SEIGTST= snep.out \
|