Skip to content

Commit

Permalink
Update Octave.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Nov 20, 2016
1 parent 44afec6 commit 85d7b2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/meta/Octave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ ingredients:
sources:
- deb http://archive.ubuntu.com/ubuntu/ trusty main universe
ppas:
- octave/stable
- brentonhorne/octave

script:
- sed -i -e 's|/usr/bin/||g' www.octave.org-octave.desktop
- mv www.octave.org-octave.desktop octave.desktop
- mv ./usr/lib/x86_64-linux-gnu/octave/*/*.so* ./usr/lib/x86_64-linux-gnu/
- mv ./usr/lib/lapack/*.so* ./usr/lib/ # Why don't they put it there?
- mv ./usr/lib/libblas/*.so* ./usr/lib/ # Why don't they put it there?
- ( cd ./usr/lib/x86_64-linux-gnu/octave/*/ ; ln -s ../../exec/ . ) # WTF?!
- ( cd usr/lib/ ; ln -s libblas.so.3 libblas.so.3gf ) # What stupidity is this?
- ( cd usr/lib/ ; ln -s liblapack.so.3 liblapack.so.3gf ) # What stupidity is this?
- mv ./usr/lib/lapack/*.so* ./usr/lib/
- mv ./usr/lib/libblas/*.so* ./usr/lib/
- ( cd usr/lib/ ; ln -s libblas.so.3 libblas.so.3gf )
- ( cd usr/lib/ ; ln -s liblapack.so.3 liblapack.so.3gf )
- cp ./usr/share/octave/4.2.0/imagelib/octave-logo.svg octave.svg

0 comments on commit 85d7b2b

Please sign in to comment.