[sundials] 49/76: upstream culled the matlab support, so I cull it here

Andreas Tille tille at debian.org
Sun Feb 5 18:45:00 UTC 2017


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

tille pushed a commit to branch master
in repository sundials.

commit 8180c9aa111fe428834469e98f02cb18f5448c8f
Author: Dima Kogan <Dmitriy.Kogan at jpl.nasa.gov>
Date:   Tue Oct 4 22:36:07 2016 -0700

    upstream culled the matlab support, so I cull it here
---
 debian/control | 13 -------------
 debian/rules   | 29 -----------------------------
 2 files changed, 42 deletions(-)

diff --git a/debian/control b/debian/control
index be7c321..595a044 100644
--- a/debian/control
+++ b/debian/control
@@ -148,16 +148,3 @@ Description: SUNDIALS examples files
  algebraic systems).
  .
  This package contains SUNDIALS examples.
-
-Package: octave-sundials
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, octave
-Recommends: libsundials-serial-dev
-Description: SUNDIALS  for octave
- The family of solvers referred to as SUNDIALS (SUite of Nonlinear and
- DIfferential/ALgebraic equation Solvers) consists of solvers CVODE
- (for ODE systems), CVODES (ODE with sensitivity analysis capabilities),
- IDA (for differential-algebraic systems), and KINSOL (for nonlinear
- algebraic systems).
- .
- This package contains SUNDIALS plugins for octave.
diff --git a/debian/rules b/debian/rules
index 5134c3d..c58e36f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,10 +23,6 @@ extra_flags += \
 
 BUILDDIR = $(CURDIR)/debian/build
 
-# Get the appropriate paths for the installation of the Octave files
-mpath = $(shell octave-config -p LOCALFCNFILEDIR)
-bpath = $(shell octave-config -p LOCALOCTFILEDIR)
-
 
 %:
 	dh $@ --buildsystem=cmake  --builddirectory=$(BUILDDIR) --parallel
@@ -39,29 +35,8 @@ override_dh_auto_test:
 	echo "Running test..."
 	$(SHELL) debian/check.sh $(BUILDDIR) $(CURDIR)
 
-override_dh_auto_build:
-	dh_auto_build 
-
-#
-#build/octave-sundials::
-	mkdir -p sundialsTB/octave
-	cd sundialsTB && octave -fV install_STB.m
-
 override_dh_auto_install:
 	dh_auto_install
-#
-#install/octave-sundials::
-	mkdir -p debian/tmp/$(bpath)/sundialsTB/cvodes/cvm/
-	mv sundialsTB/octave/sundialsTB/cvodes/cvm/cvm.mex debian/tmp/$(bpath)/sundialsTB/cvodes/cvm
-	mkdir -p debian/tmp/$(bpath)/sundialsTB/idas/idm/
-	mv sundialsTB/octave/sundialsTB/idas/idm/idm.mex debian/tmp/$(bpath)/sundialsTB/idas/idm
-	mkdir -p debian/tmp/$(bpath)/sundialsTB/kinsol/kim
-	mv sundialsTB/octave/sundialsTB/kinsol/kim/kim.mex debian/tmp/$(bpath)/sundialsTB/kinsol/kim
-
-	mkdir -p debian/tmp/$(mpath)
-	mv sundialsTB/octave/* debian/tmp/$(mpath)
-	rm debian/tmp/$(mpath)/sundialsTB/LICENSE
-
 	dh_install -a -Nlibsundials-doc
 	dh_install -plibsundials-doc -X.txt -X.out -X.in -XREADME
 
@@ -73,10 +48,6 @@ override_dh_auto_clean:
 	find examples \
 	        -type f -a  \( -name \*.o \)	\
 		-a -exec rm -f \{\} \;
-	find sundialsTB \
-	        -type f -a  \( -name \*.o -o -name \*.mex \)	\
-		-a -exec rm -f \{\} \;
-	rm -rf sundialsTB/octave
 	rm -rf bin/makefile-update.sh
 	dh_auto_clean
 

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



More information about the debian-science-commits mailing list