[131387] trunk/dports/math/octave-tsa

ryandesign at macports.org ryandesign at macports.org
Sat Jan 10 10:12:01 PST 2015


Revision: 131387
          https://trac.macports.org/changeset/131387
Author:   ryandesign at macports.org
Date:     2015-01-10 10:12:01 -0800 (Sat, 10 Jan 2015)
Log Message:
-----------
octave-tsa: update to 4.2.7; new maintainer; do not force CC and CXX to be gcc and g++; see #46052

Modified Paths:
--------------
    trunk/dports/math/octave-tsa/Portfile
    trunk/dports/math/octave-tsa/files/patch-src_Makefile.diff

Modified: trunk/dports/math/octave-tsa/Portfile
===================================================================
--- trunk/dports/math/octave-tsa/Portfile	2015-01-10 18:03:29 UTC (rev 131386)
+++ trunk/dports/math/octave-tsa/Portfile	2015-01-10 18:12:01 UTC (rev 131387)
@@ -4,15 +4,15 @@
 PortSystem          1.0
 PortGroup           octave 1.0
 
-octave.setup        tsa 4.2.4
+octave.setup        tsa 4.2.7
 platforms           darwin
 license             GPL-3+
-maintainers         nomaintainer
+maintainers         gmail.com:mschamschula openmaintainer
 description         Stochastic concepts and maximum entropy \
                     methods for time series analysis.
 long_description    ${description}
 
-checksums           rmd160 425d30d9b11e79eb25758418360da53ddcb5a09b \
-                    sha256 b542119a27313c0136bca436be679f6711ff8943130f1231c0c93960c45e6b23
+checksums           rmd160  f19d0439adadb9121e7deab9f01532d692a64d65 \
+                    sha256  48c22265ed0962c09ef7c1777628afc5d9a206089c674b7b9727a0c5a545b229
 
 patchfiles          patch-src_Makefile.diff

Modified: trunk/dports/math/octave-tsa/files/patch-src_Makefile.diff
===================================================================
--- trunk/dports/math/octave-tsa/files/patch-src_Makefile.diff	2015-01-10 18:03:29 UTC (rev 131386)
+++ trunk/dports/math/octave-tsa/files/patch-src_Makefile.diff	2015-01-10 18:12:01 UTC (rev 131387)
@@ -1,6 +1,15 @@
---- src/Makefile.orig	2013-11-16 14:58:41.000000000 -0500
-+++ src/Makefile	2013-11-16 15:02:58.000000000 -0500
-@@ -35,7 +35,12 @@
+--- src/Makefile.orig	2014-01-12 14:29:06.000000000 -0600
++++ src/Makefile	2014-11-28 13:18:52.000000000 -0600
+@@ -41,14 +41,19 @@
+ 
+ 
+ 
+-CC  	= gcc
+-CXX 	= g++
++#CC  	= gcc
++#CXX 	= g++
+ CFLAGS 	= -fopenmp -Wall -Wextra -Wconversion -O2 -fPIC 
+ OCTMEX	= mkoctfile$(OCTAVE_VERSION) --mex
  RM      = rm
  
  MEX_OPTION  += -lgomp CC\#$(CXX) CXX\#$(CXX) CFLAGS\#"$(CFLAGS)" CXXFLAGS\#"$(CFLAGS)"
@@ -12,18 +21,18 @@
 +INCFLAGS = ${shell $(MKOCTFILE) -p INCFLAGS}
 +INC_CSTDLIB = -include cstdlib
  
- PROGS = covm_mex.mex sumskipnan_mex.mex 
+ PROGS = covm_mex.mex sumskipnan_mex.mex #
  
-@@ -58,10 +63,10 @@
+@@ -88,10 +93,10 @@
  #	Octave, MATLAB on Linux 
  #########################################################
  %.oct: %.cc
--	mkoctfile$(OCTAVE_VERSION) $<
+-	mkoctfile$(OCTAVE_VERSION) "$<"
 +	$(MKOCTFILE) $<
  
  %.mex: %.cpp
--	$(OCTMEX) $<  -lgomp         ## Octave
-+	INCFLAGS="$(INCFLAGS) $(INC_CSTDLIB)" $(OCTMEX) $< $(FLIBS) -lgomp
+-	$(OCTMEX) "$<"  -lgomp -llapack -lblas     ## Octave
++	INCFLAGS="$(INCFLAGS) $(INC_CSTDLIB)" $(OCTMEX) $< $(FLIBS) -lgomp     ## Octave
  %.$(MEX_EXT): %.cpp
- 	$(MATMEX) $<  -lgomp      ## Matlab
+ 	$(MATMEX) "$<"  -lgomp -llapack -lblas     ## Matlab
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150110/566a95c9/attachment.html>


More information about the macports-changes mailing list