changeset 12625:01272b2792d1 octave-forge

removed PKG_ADD/PKG_DEL from the *.cc file. added a BuildRequires keyword to the DESCRIPTION file.
author michelemartone
date Sat, 30 May 2015 23:56:46 +0000
parents a7ee9f3100e0
children f08be388fde8
files main/sparsersb/DESCRIPTION main/sparsersb/src/sparsersb.cc
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/main/sparsersb/DESCRIPTION	Sat May 30 20:47:32 2015 +0000
+++ b/main/sparsersb/DESCRIPTION	Sat May 30 23:56:46 2015 +0000
@@ -1,6 +1,6 @@
 Name: sparsersb
 Version: 1.0.0
-Date: 2015-05-21
+Date: 2015-05-31
 Author: Michele Martone <michelemartone@users.sourceforge.net> 
 Maintainer: Michele Martone <michelemartone@users.sourceforge.net> 
 Title: Interface to the librsb package implementing the RSB sparse matrix format.
@@ -9,3 +9,4 @@
 License: GPLv3+
 Url: http://librsb.sourceforge.net/
 Categories: Sparse Matrix Computations
+BuildRequires: librsb
--- a/main/sparsersb/src/sparsersb.cc	Sat May 30 20:47:32 2015 +0000
+++ b/main/sparsersb/src/sparsersb.cc	Sat May 30 23:56:46 2015 +0000
@@ -15,9 +15,6 @@
  along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
-// PKG_ADD: autoload ("sparsersb", fullfile (fileparts (mfilename ("fullpath")), "sparsersb.oct"));
-// PKG_DEL: autoload ("sparsersb", fullfile (fileparts (mfilename ("fullpath")), "sparsersb.oct", "remove"));
-
 /*
  * TODO wishlist (patches are welcome!):
  * adapt to when octave_idx_type is 64 bit long