diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2016-10-01 20:38:36 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-19 15:40:29 +0000 |
commit | 2052d421af023b2f12cd7929145f4fa64a9f1193 (patch) | |
tree | a5c58103c0e77d9bfda823ea7e5975ffb97aadcb /testing/octave/libinterp-deps.patch | |
parent | 793533f4a0098e34d64261ae9f5d538a6feadf84 (diff) | |
download | aports-2052d421af023b2f12cd7929145f4fa64a9f1193.tar.bz2 aports-2052d421af023b2f12cd7929145f4fa64a9f1193.tar.xz |
testing/octave: new aport
https://www.gnu.org/software/octave/
A high-level language, primarily intended for numerical computations
Diffstat (limited to 'testing/octave/libinterp-deps.patch')
-rw-r--r-- | testing/octave/libinterp-deps.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/octave/libinterp-deps.patch b/testing/octave/libinterp-deps.patch new file mode 100644 index 0000000000..6fd09a066b --- /dev/null +++ b/testing/octave/libinterp-deps.patch @@ -0,0 +1,10 @@ +--- octave-4.0.3/libinterp/link-deps.mk.orig ++++ octave-4.0.3/libinterp/link-deps.mk +@@ -10,6 +10,7 @@ + $(FT2_LIBS) \ + $(HDF5_LIBS) \ + $(MAGICK_LIBS) \ ++ $(Z_LIBS) \ + $(FFTW_XLIBS) \ + $(OPENGL_LIBS) \ + $(X11_LIBS) \ |