Skip to content

Commit 379f9fe

Browse files
committed
WIP: try to excise mentions of GKlib
1 parent 35e30f8 commit 379f9fe

File tree

15 files changed

+150
-1025
lines changed

15 files changed

+150
-1025
lines changed

.github/julia/build_tarballs.jl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ cmake -DCMAKE_INSTALL_PREFIX=${prefix} \
3333
-DCMAKE_BUILD_TYPE=Release \
3434
-DBUILD_SHARED_LIBS=${BUILD_SHARED} \
3535
-DZLIB_USE_STATIC_LIBS=${BUILD_STATIC} \
36-
-DFAST_BUILD=ON ..
36+
-DHIPO=ON \
37+
-DOPENBLAS_LIB="-lopenblas" \
38+
-DMETIS_PATH=${includedir} \
39+
-DMETIS_LIB="-lmetis" \
40+
..
3741
3842
if [[ "${target}" == *-linux-* ]]; then
3943
make -j ${nproc}
@@ -60,6 +64,8 @@ platforms = expand_cxxstring_abis(platforms)
6064
dependencies = [
6165
Dependency("CompilerSupportLibraries_jll"),
6266
Dependency("Zlib_jll"),
67+
Dependency("METIS_jll"),
68+
Dependency("OpenBLAS32_jll"),
6369
HostBuildDependency(PackageSpec(; name="CMake_jll")),
6470
]
6571

.github/workflows/hipo-macos.yml

Lines changed: 0 additions & 306 deletions
This file was deleted.

0 commit comments

Comments
 (0)