mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 03:26:27 +02:00
use x86-64 cpu target list
This commit is contained in:
parent
cba88f86e0
commit
b2f8cfa531
1 changed files with 2 additions and 1 deletions
3
packages/julia/1.5.4/build.sh
vendored
3
packages/julia/1.5.4/build.sh
vendored
|
@ -11,8 +11,9 @@ curl -L "https://github.com/JuliaLang/julia/releases/download/v1.5.4/julia-1.5.4
|
||||||
tar xzf julia.tar.gz --strip-components=1
|
tar xzf julia.tar.gz --strip-components=1
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
|
echo "JULIA_CPU_TARGET=generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1)
|
||||||
|
prefix=$PREFIX" > Make.user
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
echo "prefix=$PREFIX" > Make.user
|
|
||||||
make install -j$(nproc)
|
make install -j$(nproc)
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue