[Lunar-commits] <moonbase-kde> kst: Adding a couple of optional_depends and minor tweak of BUILD.
stumbles
stumbles at lunar-linux.org
Sat May 25 02:25:28 CEST 2013
commit 111a5a8b049351e27c9c3f44034c99f144897e0d
Author: stumbles <stumbles at lunar-linux.org>
Date: Fri, 24 May 2013 17:25:00 -0700
URL: https://github.com/lunar-linux/moonbase-kde/commit/111a5a8b049351e27c9c3f44034c99f144897e0d
kst: Adding a couple of optional_depends and minor tweak of BUILD.
---
apps/kst/BUILD | +1/-3
apps/kst/DEPENDS | +2/-1
2 files changed, 3 insertions(+), 4 deletions(-)
--- a/apps/kst/BUILD
+++ b/apps/kst/BUILD
@@ -1,8 +1,6 @@
-(
OPTS+=" -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr -Dkst_release=ON -Dkst_install_libdir=lib -Dkst_install_prefix=/usr" &&
cmake cmake $OPTS &&
- default_make
-) > $C_FIFO 2>&1
+ default_make
--- a/apps/kst/DEPENDS
+++ b/apps/kst/DEPENDS
@@ -2,6 +2,7 @@ depends cmake
depends qt4
optional_depends cfitsio "" "" "for C and Fortran support"
-optional_depends netcdf "" "" "for network Common Data Form support"
+optional_depends netcdf-cxx "" "" "for netcdf c++ library support"
+optional_depends matio "" "" "for Matlab file support"
optional_depends gsl "" "" "for Numerical library for C and C++ support"
optional_depends getdata "" "" "reference implementation of the Dirfile Standards"
More information about the Lunar-commits
mailing list