diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2008-09-03 03:46:06 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2008-09-03 03:46:06 +0000 |
commit | 36765ff8fda0ca2f697346e2df6992cd418a1638 (patch) | |
tree | d14a63fe8b770eff5b39997901c64a2e1518fe3f /sci/mathematics | |
parent | 17c3a82477e83d840b345ee88689cc68c5199195 (diff) | |
download | mkbuilds-36765ff8fda0ca2f697346e2df6992cd418a1638.tar.gz mkbuilds-36765ff8fda0ca2f697346e2df6992cd418a1638.tar.bz2 |
merging with changes made since 21th May
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@232 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'sci/mathematics')
-rw-r--r-- | sci/mathematics/octave/octave.mkbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci/mathematics/octave/octave.mkbuild b/sci/mathematics/octave/octave.mkbuild index 20ced22..81ad52b 100644 --- a/sci/mathematics/octave/octave.mkbuild +++ b/sci/mathematics/octave/octave.mkbuild @@ -31,7 +31,7 @@ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="ftp://ftp.octave.org/pub/octave/octave-3.0.0.tar.bz2" +[[DOWNLOAD FOLDER URL]]="ftp://ftp.octave.org/pub/octave/octave-3.0.1.tar.bz2" # # Package version. Null ("") to auto-set. @@ -75,7 +75,7 @@ # # Number of jobs -[[NUMBER OF JOBS]]="-j7" +[[NUMBER OF JOBS]]="-j4" #--------------------- # Others changes |