Skip to content
Merged
Changes from 1 commit
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
8 changes: 5 additions & 3 deletions G/GLPK/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ else
export CPPFLAGS="-I${prefix}/include"
fi
autoreconf -vi
update_configure_scripts
./configure --prefix=${prefix} --host=${target} --build=${MACHTYPE} --with-gmp
make -j${nproc}
make install
Expand All @@ -33,13 +34,14 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
# We use GMP_jll v6.2.0 because we're requiring Julia v1.6+
Dependency("GMP_jll", v"6.2.0"),
# GMP_jll v6.3.0 is the first release with riscv64-linux-gnu artifacts
# (still Julia 1.6+ compatible per the General registry).
Dependency("GMP_jll"; compat="6.3.0"),
Comment thread
ViralBShah marked this conversation as resolved.
Outdated
]

# Build the tarballs, and possibly a `build.jl` as well.
# Use the same preferred_gcc_version as GMP.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
preferred_gcc_version=v"6", julia_compat="1.6")

# Build trigger: 1
# Build trigger: 2