Skip to content

Commit

Permalink
sync jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Nov 29, 2012
1 parent b241f0d commit 9361039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/10-opam-source-install.sh
Expand Up @@ -4,7 +4,7 @@ rm -f nlopt-2.3.tar.gz
curl -OL http://ab-initio.mit.edu/nlopt/nlopt-2.3.tar.gz
tar -zxvf nlopt-2.3.tar.gz
cd nlopt-2.3
./configure && make
env CFLAGS="-fPIC" ./configure && make
sudo make install
cd ..
rm -rf nlopt-2.3

0 comments on commit 9361039

Please sign in to comment.