We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b46bd6 + fd54443 commit ad2eadaCopy full SHA for ad2eada
Formula/lib/libint.rb
@@ -35,7 +35,7 @@ def install
35
end
36
37
test do
38
- system ENV.cxx, "-std=c++11", pkgshare/"hartree-fock.cc", "-o", "hartree-fock",
+ system ENV.cxx, "-std=c++14", pkgshare/"hartree-fock.cc", "-o", "hartree-fock",
39
"-I#{Formula["eigen"].opt_include}/eigen3",
40
*shell_output("pkgconf --cflags --libs libint2").chomp.split
41
system "./hartree-fock", pkgshare/"h2o.xyz"
0 commit comments