[37085] trunk/dports/math/arpack/Portfile

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


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

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

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

Modified: trunk/dports/math/arpack/Portfile
===================================================================
--- trunk/dports/math/arpack/Portfile	2008-05-26 16:05:48 UTC (rev 37084)
+++ trunk/dports/math/arpack/Portfile	2008-05-26 16:09:56 UTC (rev 37085)
@@ -19,28 +19,28 @@
 	      patch.tar.gz md5 14830d758f195f272b8594a493501fa2
 
 # We need gfortran. Gcc41 doesn't seem to compile on Intel Mac, so we'll take
-# gcc42. Too bad that the actual gfortran binary in gcc42 is called 
+# gcc42. Too bad that the actual gfortran binary in gcc42 is called
 # gfortran-mp-4.2, otherwise we could just say bin:gfortran:gcc42.
 depends_build port:gcc42
 use_configure	no
 worksrcdir	ARPACK
 patchfiles	patch-arpack.diff
-build.args 	all FC=gfortran-mp-4.2 home=${worksrcpath} 
-destroot    { 
+build.args 	all FC=gfortran-mp-4.2 home=${worksrcpath}
+destroot    {
    xinstall -m 644 -v -W ${worksrcpath} libarpack.a ${destroot}${prefix}/lib
 }
 post-destroot {
 	system "ranlib ${destroot}${prefix}/lib/libarpack.a"
 }
 
-variant mpi {
+variant mpi description {build the parallel eigenvalue solver library PARPACK} {
   distfiles-append parpack96.tar.gz ppatch.tar.gz
   checksums-append parpack96.tar.gz md5 598d0453b938ccd99a078246be5927f3 \
   		   ppatch.tar.gz md5 e6f0d70dd99f719c0efee351d0875c96
 	pre-build { foreach entry [glob -directory ${worksrcpath}/PARPACK */MPI/mpif.h] { delete $entry } }
 	depends_build bin:mpif77:openmpi
 	build.args all FC=${prefix}/lib/openmpi/bin/mpif77 home=${worksrcpath}
-	destroot    { 
+	destroot    {
 	   xinstall -m 644 -v -W ${worksrcpath} libarpack.a libparpack.a ${destroot}${prefix}/lib
 	}
 	post-destroot {

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


More information about the macports-changes mailing list