Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/julia/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ cmake -DCMAKE_INSTALL_PREFIX=${prefix} \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=${BUILD_SHARED} \
-DZLIB_USE_STATIC_LIBS=${BUILD_STATIC} \
-DFAST_BUILD=ON ..
-DHIPO=ON \
-DBLAS_LIBRARIES="${libdir}/libopenblas.${dlext}" \
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@galabovaa in the Julia build I just forced the BLAS I wanted

-DMETIS_ROOT=${prefix} \
..

if [[ "${target}" == *-linux-* ]]; then
make -j ${nproc}
Expand All @@ -60,6 +63,8 @@ platforms = expand_cxxstring_abis(platforms)
dependencies = [
Dependency("CompilerSupportLibraries_jll"),
Dependency("Zlib_jll"),
Dependency("METIS_jll"),
Dependency("OpenBLAS32_jll"),
HostBuildDependency(PackageSpec(; name="CMake_jll")),
]

Expand Down
306 changes: 0 additions & 306 deletions .github/workflows/hipo-macos.yml

This file was deleted.

Loading
Loading