Skip to content

Commit

Permalink
Supporting v33 solver binaries, fix Mac HDF5 local run fail
Browse files Browse the repository at this point in the history
  • Loading branch information
frm committed Apr 8, 2021
1 parent d7f20e5 commit 62205ed
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,9 @@ private void checkLinuxSharedLibs() throws IOException, InterruptedException {

// System.out.println("-----Setting executable "+LD_LIB_PATH+" to "+newLD_LIB_PATH);
getMathExecutable().addEnvironmentVariable(LD_LIB_PATH, newLD_LIB_PATH);
}
}else if (OperatingSystemInfo.getInstance().isMac()) {
getMathExecutable().addEnvironmentVariable("HDF5_DISABLE_VERSION_CHECK", "1");
}
}

/**
Expand Down

0 comments on commit 62205ed

Please sign in to comment.