Browse Source

Update Makefile

pull/3107/head
Martin Kroeker GitHub 5 years ago
parent
commit
09fb78fe29
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      lapack-netlib/TESTING/Makefile

+ 4
- 1
lapack-netlib/TESTING/Makefile View File

@@ -14,7 +14,7 @@
# Some examples:
# make single
# make single complex
# make single double complex complex16
# make single double complex complex16
# Alternatively, the command
# make
# without any arguments runs all eight test programs.
@@ -36,6 +36,9 @@

TOPSRCDIR = ..
include $(TOPSRCDIR)/make.inc
FFLAGS := $(filter-out -frecursive -Mrecursive,$(FFLAGS))
FFLAGS_DRV := $(filter-out -frecursive -Mrecursive,$(FFLAGS_DRV))
LDFLAGS := $(filter-out -frecursive -Mrecursive,$(LDFLAGS))

.PHONY: all
all: single complex double complex16 singleproto doubleproto complexproto complex16proto


Loading…
Cancel
Save