Skip to content

Commit 733dbf2

Browse files
authored
Merge pull request #233794 from Homebrew/adios2-test
adios2: update test
2 parents 5be23f2 + f027003 commit 733dbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/a/adios2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def install
102102

103103
test do
104104
adios2_config_flags = Utils.safe_popen_read(bin/"adios2-config", "--cxx").chomp.split
105-
system "mpic++", pkgshare/"test/bpWriter.cpp", *adios2_config_flags
105+
system "mpic++", "-std=c++17", pkgshare/"test/bpWriter.cpp", *adios2_config_flags
106106
system "./a.out"
107107
assert_path_exists testpath/"myVector_cpp.bp"
108108

0 commit comments

Comments
 (0)