freebsd-ports/science/psi3/files/patch-src+bin+detci+Makefile.in
Maho Nakata 416fa53bb8 The PSI3 suite of quantum chemical programs is designed for efficient,
high-accuracy calculations of properties of small to medium-sized molecules.
The package's current capabilities include a variety of Hartree-Fock,
coupled cluster, complete-active-space self-consistent-field,
and multi-reference configuration interaction models.
Molecular point-group symmetry is utilized throughout to maximize efficiency.
2004-03-19 09:32:49 +00:00

13 lines
402 B
Text

--- src/bin/detci/Makefile.in.old Thu Mar 18 22:48:57 2004
+++ src/bin/detci/Makefile.in Thu Mar 18 22:50:12 2004
@@ -4,7 +4,9 @@
include ../MakeVars
LD = $(CXX)
-LDLIBS += $(BLAS) -lpthread
+LDLIBS += $(BLAS) %%PTHREAD_LIBS%%
+COPT += %%PTHREAD_CFLAGS%%
+CXXOPT += %%PTHREAD_CFLAGS%%
PSILIBS = libPSI_qt.a libPSI_chkpt.a libPSI_iwl.a libPSI_psio.a libPSI_ciomr.a \
libPSI_psio.a libPSI_ipv1.a