freebsd-ports/science/mpqc/files/patch-misc::scint.h
Ying-Chieh Liao 5be21f25be 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)
2002-07-16 06:44:55 +00:00

11 lines
496 B
C

--- 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;