Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
set HAVE_QR=1 for pip builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode committed Jun 18, 2021
1 parent 866c6ea commit 4c1fe41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.darwin_x86_64_gfortran_openmp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HAVE_ONIOM=0
HAVE_LOCAL_E_MIX=0
HAVE_QC=0
HAVE_GAP=1
HAVE_QR=0
HAVE_QR=1
HAVE_THIRDPARTY=0
HAVE_FX=0
HAVE_SCME=0
Expand Down
2 changes: 1 addition & 1 deletion Makefile.linux_x86_64_gfortran_openmp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ HAVE_ONIOM=0
HAVE_LOCAL_E_MIX=0
HAVE_QC=0
HAVE_GAP=1
HAVE_QR=0
HAVE_QR=1
HAVE_THIRDPARTY=0
HAVE_FX=0
HAVE_SCME=0
Expand Down

0 comments on commit 4c1fe41

Please sign in to comment.