[openems] 02/02: Build the dynamic-load module for octave

Ruben Undheim rubund-guest at moszumanska.debian.org
Thu Jul 7 23:45:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository openems.

commit 50097f07cd1d846fbe1895baef6f854308dad724
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Thu Jul 7 17:56:09 2016 +0200

    Build the dynamic-load module for octave
---
 debian/control | 2 +-
 debian/rules   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8ae4f76..35d0352 100644
--- a/debian/control
+++ b/debian/control
@@ -79,7 +79,7 @@ Multi-Arch: same
 Description: Development files for openems
 
 Package: octave-openems
-Architecture: all
+Architecture: any
 Depends: openems,
          octave,
          epstool,
diff --git a/debian/rules b/debian/rules
index 4984079..c14726e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ override_dh_auto_install:
 	cd AppCSXCAD && cmake -DCMAKE_INSTALL_PREFIX=/usr -DFPARSER_ROOT_DIR=../debian/tmp/usr -DCSXCAD_ROOT_DIR=../debian/tmp/usr -DQCSXCAD_ROOT_DIR=../debian/tmp/usr -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) .
 	cd AppCSXCAD && make
 	cd AppCSXCAD && make install DESTDIR=../debian/tmp
+	cd debian/tmp/usr/share/openEMS/matlab && CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" mkoctfile -lhdf5_cpp -DH5_USE_16_API h5readatt_octave.cc
 
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openems.git



More information about the debian-science-commits mailing list