[37083] trunk/dports/math

mmoll at macports.org mmoll at macports.org
Mon May 26 09:05:34 PDT 2008


Revision: 37083
          http://trac.macosforge.org/projects/macports/changeset/37083
Author:   mmoll at macports.org
Date:     2008-05-26 09:05:31 -0700 (Mon, 26 May 2008)

Log Message:
-----------
Port optpp: port lint fixes

Modified Paths:
--------------
    trunk/dports/math/arpack/Portfile
    trunk/dports/math/optpp/Portfile

Added Paths:
-----------
    trunk/dports/math/optpp/files/patch-acx_blas.m4.diff

Removed Paths:
-------------
    trunk/dports/math/optpp/files/patch-acx_blas.m4

Modified: trunk/dports/math/arpack/Portfile
===================================================================
--- trunk/dports/math/arpack/Portfile	2008-05-26 13:45:35 UTC (rev 37082)
+++ trunk/dports/math/arpack/Portfile	2008-05-26 16:05:31 UTC (rev 37083)
@@ -7,7 +7,7 @@
 revision      1
 categories    math
 platforms     darwin
-maintainers		mmoll at cs.rice.edu
+maintainers		mmoll
 description		Package for solving large scale eigenvalue problems
 long_description  \
 	ARPACK is a collection of Fortran77 subroutines designed to solve large \

Modified: trunk/dports/math/optpp/Portfile
===================================================================
--- trunk/dports/math/optpp/Portfile	2008-05-26 13:45:35 UTC (rev 37082)
+++ trunk/dports/math/optpp/Portfile	2008-05-26 16:05:31 UTC (rev 37083)
@@ -5,11 +5,12 @@
 name		optpp
 version		2.4
 categories	math
-maintainers	mmoll at cs.rice.edu
+platforms	darwin
+maintainers	mmoll
 
 description	C++ library for non-linear optimization
 long_description	\
-	OPT++ is a C++ library for non-linear optimization. 
+	OPT++ is a C++ library for non-linear optimization.
 
 homepage	http://csmr.ca.sandia.gov/projects/opt++/
 distname	optpp-${version}
@@ -17,12 +18,12 @@
 extract.suffix .tar.gz
 checksums	md5 7bd39f389c19ef16c3f62bc6ffa06234
 
-patchfiles patch-acx_blas.m4
+patchfiles patch-acx_blas.m4.diff
 use_autoconf yes
 configure.ldflags	"-framework vecLib"
 configure.args --includedir=${prefix}/include/OPT++ --with-blas
 
-variant mpi {
+variant mpi description {builds with MPI support to enable parallel optimization} {
 	configure.args-append --enable-mpi
 	configure.env-append MPICC=${prefix}/lib/openmpi/bin/mpicc \
 		  		 MPICXX=${prefix}/lib/openmpi/bin/mpic++ \

Deleted: trunk/dports/math/optpp/files/patch-acx_blas.m4
===================================================================
--- trunk/dports/math/optpp/files/patch-acx_blas.m4	2008-05-26 13:45:35 UTC (rev 37082)
+++ trunk/dports/math/optpp/files/patch-acx_blas.m4	2008-05-26 16:05:31 UTC (rev 37083)
@@ -1,40 +0,0 @@
-*** config/acx_blas.m4.orig	Fri Jul  7 11:28:45 2006
---- config/acx_blas.m4	Thu Oct  5 10:06:27 2006
-***************
-*** 36,43 ****
-  
-  AC_DEFUN([ACX_BLAS], [
-  AC_PREREQ(2.50)
-! AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])
-! acx_blas_ok=no
-  
-  AC_ARG_WITH(blas,
-  	[AC_HELP_STRING([--with-blas=<lib>], [use BLAS library <lib>])])
---- 36,43 ----
-  
-  AC_DEFUN([ACX_BLAS], [
-  AC_PREREQ(2.50)
-! #AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])
-! acx_blas_ok=yes
-  
-  AC_ARG_WITH(blas,
-  	[AC_HELP_STRING([--with-blas=<lib>], [use BLAS library <lib>])])
-***************
-*** 49,56 ****
-  esac
-  
-  # Get fortran linker names of BLAS functions to check for.
-! AC_F77_FUNC(sgemm)
-! AC_F77_FUNC(dgemm)
-  
-  acx_blas_save_LIBS="$LIBS"
-  LIBS="$LIBS $FLIBS"
---- 49,56 ----
-  esac
-  
-  # Get fortran linker names of BLAS functions to check for.
-! #AC_F77_FUNC(sgemm)
-! #AC_F77_FUNC(dgemm)
-  
-  acx_blas_save_LIBS="$LIBS"
-  LIBS="$LIBS $FLIBS"

Copied: trunk/dports/math/optpp/files/patch-acx_blas.m4.diff (from rev 37081, trunk/dports/math/optpp/files/patch-acx_blas.m4)
===================================================================
--- trunk/dports/math/optpp/files/patch-acx_blas.m4.diff	                        (rev 0)
+++ trunk/dports/math/optpp/files/patch-acx_blas.m4.diff	2008-05-26 16:05:31 UTC (rev 37083)
@@ -0,0 +1,40 @@
+*** config/acx_blas.m4.orig	Fri Jul  7 11:28:45 2006
+--- config/acx_blas.m4	Thu Oct  5 10:06:27 2006
+***************
+*** 36,43 ****
+  
+  AC_DEFUN([ACX_BLAS], [
+  AC_PREREQ(2.50)
+! AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])
+! acx_blas_ok=no
+  
+  AC_ARG_WITH(blas,
+  	[AC_HELP_STRING([--with-blas=<lib>], [use BLAS library <lib>])])
+--- 36,43 ----
+  
+  AC_DEFUN([ACX_BLAS], [
+  AC_PREREQ(2.50)
+! #AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])
+! acx_blas_ok=yes
+  
+  AC_ARG_WITH(blas,
+  	[AC_HELP_STRING([--with-blas=<lib>], [use BLAS library <lib>])])
+***************
+*** 49,56 ****
+  esac
+  
+  # Get fortran linker names of BLAS functions to check for.
+! AC_F77_FUNC(sgemm)
+! AC_F77_FUNC(dgemm)
+  
+  acx_blas_save_LIBS="$LIBS"
+  LIBS="$LIBS $FLIBS"
+--- 49,56 ----
+  esac
+  
+  # Get fortran linker names of BLAS functions to check for.
+! #AC_F77_FUNC(sgemm)
+! #AC_F77_FUNC(dgemm)
+  
+  acx_blas_save_LIBS="$LIBS"
+  LIBS="$LIBS $FLIBS"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080526/eba8aa41/attachment.htm 


More information about the macports-changes mailing list