Skip to content

Commit 9dd0968

Browse files
committed
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.
1 parent 40a3b2f commit 9dd0968

File tree

5 files changed

+2
-19
lines changed

5 files changed

+2
-19
lines changed

CBLAS/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include ../make.inc
22

33
all:
4-
cd include && cp cblas_mangling_with_flags.h cblas_mangling.h
4+
cd include && cp cblas_mangling_with_flags.h.in cblas_mangling.h
55
cd src && $(MAKE) all
66

77

LAPACKE/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ include ../make.inc
4545
all: lapacke
4646

4747
lapacke:
48-
cd include && cp lapacke_mangling_with_flags.h lapacke_mangling.h
48+
cd include && cp lapacke_mangling_with_flags.h.in lapacke_mangling.h
4949
cd src && $(MAKE)
5050
cd utils && $(MAKE)
5151

LAPACKE/include/lapacke_mangling_with_flags.h

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)