use x86-64 cpu target list

This commit is contained in:
Dan Vargas 2021-05-08 16:31:08 -05:00
parent cba88f86e0
commit b2f8cfa531

View file

@ -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
# Build
echo "JULIA_CPU_TARGET=generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1)
prefix=$PREFIX" > Make.user
make -j$(nproc)
echo "prefix=$PREFIX" > Make.user
make install -j$(nproc)
# Cleanup