From b24e680dc77284dbfae1904af8660e8fddfdb3e0 Mon Sep 17 00:00:00 2001 From: Jiri Pittner Date: Mon, 13 Oct 2025 13:47:06 +0200 Subject: [PATCH] version.h moved to LA_version.h to avoid interference --- version.h => LA_version.h | 0 Makefile.am | 2 +- get_git_version | 2 +- la.h | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename version.h => LA_version.h (100%) diff --git a/version.h b/LA_version.h similarity index 100% rename from version.h rename to LA_version.h diff --git a/Makefile.am b/Makefile.am index a9d896a..b619ecc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ lib_LTLIBRARIES = libla.la -include_HEADERS = version.h tensor.h miscfunc.h simple.h vecmat3.h quaternion.h fortran.h cuda_la.h auxstorage.h davidson.h laerror.h mat.h qsort.h vec.h bisection.h diis.h la.h noncblas.h smat.h numbers.h bitvector.h fourindex.h la_traits.h la_random.h nonclass.h sparsemat.h sparsesmat.h csrmat.h conjgrad.h gmres.h matexp.h permutation.h polynomial.h contfrac.h graph.h reg.h regsurf.h +include_HEADERS = LA_version.h tensor.h miscfunc.h simple.h vecmat3.h quaternion.h fortran.h cuda_la.h auxstorage.h davidson.h laerror.h mat.h qsort.h vec.h bisection.h diis.h la.h noncblas.h smat.h numbers.h bitvector.h fourindex.h la_traits.h la_random.h nonclass.h sparsemat.h sparsesmat.h csrmat.h conjgrad.h gmres.h matexp.h permutation.h polynomial.h contfrac.h graph.h reg.h regsurf.h libla_la_SOURCES = simple.cc tensor.cc miscfunc.cc quaternion.cc vecmat3.cc vec.cc mat.cc smat.cc sparsemat.cc sparsesmat.cc csrmat.cc laerror.cc noncblas.cc numbers.cc bitvector.cc strassen.cc nonclass.cc cuda_la.cc fourindex.cc permutation.cc polynomial.cc contfrac.cc graph.cc la_random.cc reg.cc regsurf.cc nodist_libla_la_SOURCES = version.cc check_PROGRAMS = t test tX test_reg test_regsurf diff --git a/get_git_version b/get_git_version index 4f0faa4..19875c8 100755 --- a/get_git_version +++ b/get_git_version @@ -1,6 +1,6 @@ #!/bin/csh -f cat < NRIMat;