summaryrefslogtreecommitdiff
path: root/CBLAS
diff options
context:
space:
mode:
authorHans Johnson <hans-johnson@uiowa.edu>2016-07-04 17:35:05 -0500
committerHans Johnson <hans-johnson@uiowa.edu>2016-07-04 17:35:05 -0500
commit9dd0968b2148a6f9cfdb193d9ae9a224ab28ddb7 (patch)
treeb3f76c2a4956386bd6b03af9480d38d5f625de49 /CBLAS
parent40a3b2fb153ab14ba4d5b51d6dbe1ec12f1578e9 (diff)
downloadlapack-9dd0968b2148a6f9cfdb193d9ae9a224ab28ddb7.tar.gz
lapack-9dd0968b2148a6f9cfdb193d9ae9a224ab28ddb7.tar.bz2
lapack-9dd0968b2148a6f9cfdb193d9ae9a224ab28ddb7.zip
STYLE: Change source template files to .in extension
The cblas_mangling_with_flags.h and lapacke_mangling_with_flags.h are template files that are not used directly. They need to be configured (i.e. copied) to lapacke_mangling.h and cblas_mangling.h header files that are used. These renamings make the intent of these files more clearly reported. The file LAPACKE/include/lapacke_mangling.h should not be stored in the repository because it should be generated (copied from above) at build time.
Diffstat (limited to 'CBLAS')
-rw-r--r--CBLAS/Makefile2
-rw-r--r--CBLAS/include/cblas_mangling_with_flags.h.in (renamed from CBLAS/include/cblas_mangling_with_flags.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/CBLAS/Makefile b/CBLAS/Makefile
index d7ee0c50..3da723c3 100644
--- a/CBLAS/Makefile
+++ b/CBLAS/Makefile
@@ -1,7 +1,7 @@
include ../make.inc
all:
- cd include && cp cblas_mangling_with_flags.h cblas_mangling.h
+ cd include && cp cblas_mangling_with_flags.h.in cblas_mangling.h
cd src && $(MAKE) all
diff --git a/CBLAS/include/cblas_mangling_with_flags.h b/CBLAS/include/cblas_mangling_with_flags.h.in
index 242572a8..242572a8 100644
--- a/CBLAS/include/cblas_mangling_with_flags.h
+++ b/CBLAS/include/cblas_mangling_with_flags.h.in