Skip to content

Commit f027003

Browse files
committed
adios2: update test
Needed for #233787.
1 parent 5be23f2 commit f027003

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)