mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
Update build-all.py
This commit is contained in:
+2
-1
@@ -500,13 +500,14 @@ os.environ["LDFLAGS"] = LDFLAGS
|
|||||||
|
|
||||||
if 'hdf5' in targets:
|
if 'hdf5' in targets:
|
||||||
HDF5_MAJOR=".".join(HDF5_VERSION.split(".")[:-1])
|
HDF5_MAJOR=".".join(HDF5_VERSION.split(".")[:-1])
|
||||||
|
get_os_result = get_os()
|
||||||
build_dependency(
|
build_dependency(
|
||||||
name="hdf5-{HDF5_VERSION}".format(**locals()),
|
name="hdf5-{HDF5_VERSION}".format(**locals()),
|
||||||
mode="ctest",
|
mode="ctest",
|
||||||
build_tool_args=[],
|
build_tool_args=[],
|
||||||
download_url="https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-{HDF5_MAJOR}/hdf5-{HDF5_VERSION}/src/".format(**locals()),
|
download_url="https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-{HDF5_MAJOR}/hdf5-{HDF5_VERSION}/src/".format(**locals()),
|
||||||
download_name="CMake-hdf5-{HDF5_VERSION}.tar.gz".format(**locals()),
|
download_name="CMake-hdf5-{HDF5_VERSION}.tar.gz".format(**locals()),
|
||||||
ctest_result="HDF5-{HDF5_VERSION}-Linux".format(**locals()),
|
ctest_result="HDF5-{HDF5_VERSION}-{get_os_result}".format(**locals()),
|
||||||
ctest_result_path="HDF_Group/HDF5/{HDF5_VERSION}".format(**locals())
|
ctest_result_path="HDF_Group/HDF5/{HDF5_VERSION}".format(**locals())
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user