Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jun 2006 17:53:47 +0200 (CEST)
From:      <pfgshield-freebsd@yahoo.com>
To:        Thierry Thomas <thierry@FreeBSD.org>, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/99393: update math/mumps to version 4.6.3
Message-ID:  <20060624155347.39309.qmail@web32709.mail.mud.yahoo.com>
In-Reply-To: <200606241228.k5OCSsJ1059383@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I can't reproduce it, but maybe gfortran has become stricter in the ordering of
the command options. This might work:

diff -ruN mumps.orig/Makefile mumps/Makefile
--- mumps.orig/Makefile	Fri Jun 23 17:32:53 2006
+++ mumps/Makefile	Sat Jun 24 10:50:10 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mumps
-PORTVERSION=	4.6.2
+PORTVERSION=	4.6.3
 CATEGORIES=	math
 MASTER_SITES=	http://www.enseeiht.fr/apo/MUMPS/	\
 		http://graal.ens-lyon.fr/MUMPS/
@@ -44,12 +44,14 @@
 FC=	${LOCALBASE}/bin/gfortran41
 
 .if defined(WITH_OPTIMIZED_FLAGS)
-FFLAGS+=	-O3 -ffast-math -funroll-loops
+FFLAGS+=	-O3 -ffast-math
 .endif
 
 .ifndef WITH_GFC_BLAS	# g77 compatibility
-FFLAGS+=	-ff2c
 MAKE_ENV+=	CDEFS=-DAdd__
+FCFLAGS= -ff2c ${FFLAGS}
+.else
+FCFLAGS?= ${FFLAGS}
 .endif
 
 .ifdef WITH_ATLAS
@@ -83,7 +85,7 @@
 pre-build:
 	@${REINPLACE_CMD} -e 's+@CC@+${CC}+g ; s+@FC@+${FC}+g ; \
 	s+@CFLAGS@+${CFLAGS}+g; \
-	s+@FCFLAGS@+${FFLAGS}+g; \
+	s+@FCFLAGS@+${FCFLAGS}+g; \
 	s+@PTHREAD_LIBS@+${PTHREAD_LIBS}+g; \
 	s+@BLAS_LIBS@+${BLAS_LIBS}+ ; \
 	s+@LOCALBASE@+${LOCALBASE}+g;' \
diff -ruN mumps.orig/distinfo mumps/distinfo
--- mumps.orig/distinfo	Fri Jun 23 17:32:53 2006
+++ mumps/distinfo	Fri Jun 23 17:35:20 2006
@@ -1,3 +1,3 @@
-MD5 (MUMPS_4.6.2.tar.gz) = 26b27241a4b4c11d5534cd28a3daa2bd
-SHA256 (MUMPS_4.6.2.tar.gz) =
e92cea3295e04fcc23937079a1916a9705462fa8e89f05261d02e205582eba13
-SIZE (MUMPS_4.6.2.tar.gz) = 2081479
+MD5 (MUMPS_4.6.3.tar.gz) = 2821da51ed02b5a85a275a0a82e06e41
+SHA256 (MUMPS_4.6.3.tar.gz) =
c7d0ec37d46a03686fd0e53420a807c9a55ee4bacdb634c59dab99a29080b815
+SIZE (MUMPS_4.6.3.tar.gz) = 2135982


---
     Pedro F. Giffuni
     M. Sc. Industrial Eng. University of Pittsburgh
     Mech. Eng.      Universidad Nacional de Colombia
---
Yahoo is powered by FreeBSD    http://www.FreeBSD.org/

Chiacchiera con i tuoi amici in tempo reale! 
 http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060624155347.39309.qmail>