diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-16 06:44:55 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-16 06:44:55 +0000 |
commit | 5be21f25be9b67c709c2ba9ef94cbbf7c19f530e (patch) | |
tree | e97b98006d9c140432015dff518ee037345cfcd7 /science/mpqc/files/patch-misc::scint.h | |
parent | Build/install libformsGL afterall. (diff) |
fix broken and make some enhancement
1. using math/atlas(added lapack, blas flags for other choices of lapack,
blas package)
It improves the performance for few percent.
2. override CFLAGS, FFLAGS for C++, C, FORTRAN compiler
3. override CC, F77, C++ for other choices of C++, C, FORTRAN compiler
4. support for parallel computing using MPI.
pass maintainership to submitter
PR: 40631
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp> (new maintainer)
No Response from: original maintainer (mail bounce)
Notes
Notes:
svn path=/head/; revision=63070
Diffstat (limited to 'science/mpqc/files/patch-misc::scint.h')
-rw-r--r-- | science/mpqc/files/patch-misc::scint.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/mpqc/files/patch-misc::scint.h b/science/mpqc/files/patch-misc::scint.h new file mode 100644 index 000000000000..87e80e523713 --- /dev/null +++ b/science/mpqc/files/patch-misc::scint.h @@ -0,0 +1,11 @@ +--- src/lib/util/misc/scint.h.org Sat May 4 13:26:17 2002 ++++ src/lib/util/misc/scint.h Sat May 4 13:26:30 2002 +@@ -117,7 +117,7 @@ + + # ifdef ULLONG_MAX + //# if ULLONG_MAX == 18446744073709551615 // 2**64 - 1 +-# if ULONGLONG_MAX == (0xffffffffffffffffuLL) // uLL reqd for xlC ++# if ULLONG_MAX == (0xffffffffffffffffuLL) // uLL reqd for xlC + typedef long long sc_intmax_t; + typedef unsigned long long sc_uintmax_t; + typedef long long sc_int64_t; |