Skip to content

Commit fd54443

Browse files
committed
libint: test with C++14 for eigen 5.0.0
1 parent b4e0426 commit fd54443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/lib/libint.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def install
3535
end
3636

3737
test do
38-
system ENV.cxx, "-std=c++11", pkgshare/"hartree-fock.cc", "-o", "hartree-fock",
38+
system ENV.cxx, "-std=c++14", pkgshare/"hartree-fock.cc", "-o", "hartree-fock",
3939
"-I#{Formula["eigen"].opt_include}/eigen3",
4040
*shell_output("pkgconf --cflags --libs libint2").chomp.split
4141
system "./hartree-fock", pkgshare/"h2o.xyz"

0 commit comments

Comments
 (0)