Commit 178584b3 authored by Sebastien Robin's avatar Sebastien Robin

only installation was failing with several cores

parent 38ecd35a
......@@ -93,5 +93,4 @@ environment =
LDFLAGS =-L${mpfr:location}/lib -Wl,-rpath -Wl,${mpfr:location}/lib -L${gmp:location}/lib -Wl,-rpath -Wl,${gmp:location}/lib -Wl,-rpath -Wl,${mpc:location}/lib
PATH=${zip:location}/bin:%(PATH)s
# make install does not work when several core are used
make-options =
-j1
make-targets = install -j1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment