Add C versions of the CBLAS test sources (#3656)
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 28 Jun 2022 09:52:48 +0000 (11:52 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 09:52:48 +0000 (11:52 +0200)
commit914c4d0fe874d32214c920de1e9668987e77b1c8
treea9a05395747442cc1e87ff8dea39ed949fa490b4
parent9283c7c0b5a9ec7bbe3b6dfc1a019b29b3e112e5
Add C versions of the CBLAS test sources  (#3656)

* Add C conversions of the CBLAS tests for NOFORTRAN=1 builds

* Enable CTEST without Fortran and fix passing of BUILD_vartype options to exports/gensymbol
18 files changed:
CMakeLists.txt
Makefile
Makefile.system
azure-pipelines.yml
ctest/CMakeLists.txt
ctest/Makefile
ctest/c_cblat1c.c [new file with mode: 0644]
ctest/c_cblat2c.c [new file with mode: 0644]
ctest/c_cblat3c.c [new file with mode: 0644]
ctest/c_dblat1c.c [new file with mode: 0644]
ctest/c_dblat2c.c [new file with mode: 0644]
ctest/c_dblat3c.c [new file with mode: 0644]
ctest/c_sblat1c.c [new file with mode: 0644]
ctest/c_sblat2c.c [new file with mode: 0644]
ctest/c_sblat3c.c [new file with mode: 0644]
ctest/c_zblat1c.c [new file with mode: 0644]
ctest/c_zblat2c.c [new file with mode: 0644]
ctest/c_zblat3c.c [new file with mode: 0644]