Skip to content

Commit 62205ed

Browse files
author
frm
committed
Supporting v33 solver binaries, fix Mac HDF5 local run fail
1 parent d7f20e5 commit 62205ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vcell-core/src/main/java/cbit/vcell/solvers/AbstractCompiledSolver.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@ private void checkLinuxSharedLibs() throws IOException, InterruptedException {
283283

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

289291
/**

0 commit comments

Comments
 (0)