Skip to content

Commit ad2eada

Browse files
authored
Merge pull request #246899 from Homebrew/libint-cxx14
libint: test with C++14 for eigen 5.0.0
2 parents 1b46bd6 + fd54443 commit ad2eada

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)