aboutsummaryrefslogtreecommitdiff
path: root/src/sparse-matrix
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-04 14:04:10 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-04 14:04:10 +0000
commit2c5520b97975524905f45db3dd865a5cbbfb8e29 (patch)
tree7c0a3d05701df9d1e30dfe90916d2d3c9a2e27a2 /src/sparse-matrix
parent9a5d04c4dd7f73bfd0fb036b0795f87cdfd48227 (diff)
oops -- we want UMFPACK to be configured with C "int", not "long"
in order to match Fortran stuff -- I'm not quite sure why :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1105 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/sparse-matrix')
-rw-r--r--src/sparse-matrix/umfpack/make.code.deps4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sparse-matrix/umfpack/make.code.deps b/src/sparse-matrix/umfpack/make.code.deps
index ad675c4..d647c9a 100644
--- a/src/sparse-matrix/umfpack/make.code.deps
+++ b/src/sparse-matrix/umfpack/make.code.deps
@@ -4,5 +4,5 @@
#
# See the header comments in make.code.defn for general comments.
#
-CFLAGS += -DNBLAS -DNDEBUG -DLONG
-CPPFLAGS += -DNBLAS -DNDEBUG -DLONG
+CFLAGS += -DNBLAS -DNDEBUG -DINT
+CPPFLAGS += -DNBLAS -DNDEBUG -DINT