Skip to content

Commit 2912d34

Browse files
committed
WIP: try to excise mentions of GKlib
1 parent 4c9ecd1 commit 2912d34

File tree

12 files changed

+135
-1012
lines changed

12 files changed

+135
-1012
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)