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.
1 parent b4e0426 commit fd54443Copy full SHA for fd54443
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