mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Remove elmer-mathlibs, DEPRECATED and IGNOREd for more than two years.
This commit is contained in:
parent
4b23e98ce8
commit
430f95f549
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226404
10 changed files with 1 additions and 133 deletions
1
MOVED
1
MOVED
|
@ -3754,3 +3754,4 @@ textproc/p5-Text-CSV_PP||2009-01-14|Has expired: textproc/Text-CSV_PP was merged
|
||||||
games/fgfs-base|games/flightgear-data|2009-01-15|Renamed
|
games/fgfs-base|games/flightgear-data|2009-01-15|Renamed
|
||||||
lang/gcc41|lang/gcc42|2009-01-17|Abandoned upstream, superseded by gcc42 and, preferrably, gcc43
|
lang/gcc41|lang/gcc42|2009-01-17|Abandoned upstream, superseded by gcc42 and, preferrably, gcc43
|
||||||
devel/apr-svn|devel/apr|2009-01-18|Only needed for FreeBSD 5.2 and below for threading
|
devel/apr-svn|devel/apr|2009-01-18|Only needed for FreeBSD 5.2 and below for threading
|
||||||
|
math/elmer-mathlibs||2009-01-18|Removed
|
||||||
|
|
|
@ -53,7 +53,6 @@
|
||||||
SUBDIR += edenmath
|
SUBDIR += edenmath
|
||||||
SUBDIR += eigen
|
SUBDIR += eigen
|
||||||
SUBDIR += eispack
|
SUBDIR += eispack
|
||||||
SUBDIR += elmer-mathlibs
|
|
||||||
SUBDIR += elmer-umfpack
|
SUBDIR += elmer-umfpack
|
||||||
SUBDIR += emacs-calc
|
SUBDIR += emacs-calc
|
||||||
SUBDIR += emc2
|
SUBDIR += emc2
|
||||||
|
|
|
@ -1,51 +0,0 @@
|
||||||
# New ports collection makefile for: Elmer-mathlibs
|
|
||||||
# Date created: 5 Jan 2006
|
|
||||||
# Whom: Pedro Giffuni <giffunip@asme.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= mathlibs
|
|
||||||
PORTVERSION= 1.0.0
|
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= math
|
|
||||||
MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/src/
|
|
||||||
PKGNAMEPREFIX= elmer-
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
|
||||||
COMMENT= Math libraries build with F90 for used in ELMER FEM
|
|
||||||
|
|
||||||
DEPRECATED= No ports depends on this as migrated to gfortran
|
|
||||||
IGNORE= No ports depends on this as migrated to gfortran
|
|
||||||
|
|
||||||
.ifdef WITH_MPI
|
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/mpich/include/mpif.h:${PORTSDIR}/net/mpich
|
|
||||||
.endif
|
|
||||||
|
|
||||||
CONFLICTS= atlas-[0-9]* blas-[0-9]* arpack-[0-9]* lapack-[0-9]*
|
|
||||||
.ifdef WITH_MPI
|
|
||||||
CONFLICTS+= scalapack-[0-9]*
|
|
||||||
.endif
|
|
||||||
|
|
||||||
WANT_FORTRAN=yes #dummy but future use
|
|
||||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
|
||||||
FC= gfortran42
|
|
||||||
F77= gfortran42
|
|
||||||
.ifdef WITH_OPTIMIZED_FLAGS
|
|
||||||
FFLAGS+= -O3 -ffast-math
|
|
||||||
.endif
|
|
||||||
|
|
||||||
CONFIGURE_ENV+= F77=${FC} FFLAGS="${FFLAGS}"
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
.ifdef WITH_MPI
|
|
||||||
CONFIGURE_ARGS+= --with-mpi=yes --with-mpi-dir=${LOCALBASE}/mpich
|
|
||||||
.endif
|
|
||||||
|
|
||||||
ALL_TARGET=
|
|
||||||
|
|
||||||
PLIST_FILES= lib/libarpack.a lib/libblas.a lib/liblapack.a
|
|
||||||
.ifdef WITH_MPI
|
|
||||||
PLIST_FILES+= lib/libparpack.a
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,3 +0,0 @@
|
||||||
MD5 (mathlibs-1.0.0.tar.gz) = e8f5e85dc17e857f35879d41f0992f86
|
|
||||||
SHA256 (mathlibs-1.0.0.tar.gz) = 80ae6653f9da3e6195b22892d2b4927566f7166131eaff35af45abc44dfdd5d6
|
|
||||||
SIZE (mathlibs-1.0.0.tar.gz) = 2599203
|
|
|
@ -1,20 +0,0 @@
|
||||||
--- acx_elmer.m4.orig Thu May 26 03:29:28 2005
|
|
||||||
+++ acx_elmer.m4 Mon Feb 6 00:13:22 2006
|
|
||||||
@@ -1105,7 +1105,7 @@
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
FCFLAGS="$FCFLAGS $FPICFLAG"
|
|
||||||
-FFLAGS="$FFLAGS $FPICFLAG"
|
|
||||||
+FFLAGS="$FFLAGS -fPIC $FPICFLAG"
|
|
||||||
CFLAGS="$CFLAGS $CPICFLAG"
|
|
||||||
CXXFLAGS="$CXXFLAGS $CXXPICFLAG"
|
|
||||||
])
|
|
||||||
@@ -1147,7 +1147,7 @@
|
|
||||||
;;
|
|
||||||
*-*-freebsd*)
|
|
||||||
SH_LD='$(CC)'
|
|
||||||
- SH_LDFLAGS="-shared"
|
|
||||||
+ SH_LDFLAGS="-shared -fPIC"
|
|
||||||
;;
|
|
||||||
alpha*-dec-osf*)
|
|
||||||
SH_LDFLAGS="-shared"
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/Makefile.in.orig Mon Feb 6 00:15:44 2006
|
|
||||||
+++ src/Makefile.in Mon Feb 6 00:16:14 2006
|
|
||||||
@@ -83,7 +83,7 @@
|
|
||||||
EGREP = @EGREP@
|
|
||||||
EXEEXT = @EXEEXT@
|
|
||||||
F77 = @F77@
|
|
||||||
-FFLAGS = @FFLAGS@
|
|
||||||
+FFLAGS = @FFLAGS@ -fPIC
|
|
||||||
GREP = @GREP@
|
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
@ -1,14 +0,0 @@
|
||||||
--- src/arpack/Makefile.in.orig Mon Feb 6 00:28:49 2006
|
|
||||||
+++ src/arpack/Makefile.in Mon Feb 6 00:29:34 2006
|
|
||||||
@@ -91,9 +91,9 @@
|
|
||||||
am_libarpack_a_OBJECTS = $(am__objects_1)
|
|
||||||
libarpack_a_OBJECTS = $(am_libarpack_a_OBJECTS)
|
|
||||||
DEFAULT_INCLUDES = -I. -I$(srcdir)
|
|
||||||
-F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS)
|
|
||||||
+F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS) -fPIC
|
|
||||||
F77LD = $(F77)
|
|
||||||
-F77LINK = $(F77LD) $(AM_FFLAGS) $(FFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
|
|
||||||
+F77LINK = $(F77LD) $(AM_FFLAGS) $(FFLAGS) -fPIC $(AM_LDFLAGS) $(LDFLAGS) -o \
|
|
||||||
$@
|
|
||||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
||||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
@ -1,14 +0,0 @@
|
||||||
--- src/blas/Makefile.in.orig Mon Feb 6 00:25:57 2006
|
|
||||||
+++ src/blas/Makefile.in Mon Feb 6 00:27:06 2006
|
|
||||||
@@ -107,9 +107,9 @@
|
|
||||||
ztrsv.$(OBJEXT)
|
|
||||||
libblas_a_OBJECTS = $(am_libblas_a_OBJECTS)
|
|
||||||
DEFAULT_INCLUDES = -I. -I$(srcdir)
|
|
||||||
-F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS)
|
|
||||||
+F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS) -fPIC
|
|
||||||
F77LD = $(F77)
|
|
||||||
-F77LINK = $(F77LD) $(AM_FFLAGS) $(FFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
|
|
||||||
+F77LINK = $(F77LD) $(AM_FFLAGS) $(FFLAGS) -fPIC $(AM_LDFLAGS) $(LDFLAGS) -o \
|
|
||||||
$@
|
|
||||||
SOURCES = $(libblas_a_SOURCES)
|
|
||||||
DIST_SOURCES = $(libblas_a_SOURCES)
|
|
|
@ -1,14 +0,0 @@
|
||||||
--- src/lapack/Makefile.in.orig Mon Feb 6 00:30:22 2006
|
|
||||||
+++ src/lapack/Makefile.in Mon Feb 6 00:30:49 2006
|
|
||||||
@@ -493,9 +493,9 @@
|
|
||||||
zupmtr.$(OBJEXT)
|
|
||||||
liblapack_a_OBJECTS = $(am_liblapack_a_OBJECTS)
|
|
||||||
DEFAULT_INCLUDES = -I. -I$(srcdir)
|
|
||||||
-F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS)
|
|
||||||
+F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS) -fPIC
|
|
||||||
F77LD = $(F77)
|
|
||||||
-F77LINK = $(F77LD) $(AM_FFLAGS) $(FFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
|
|
||||||
+F77LINK = $(F77LD) $(AM_FFLAGS) $(FFLAGS) -fPIC $(AM_LDFLAGS) $(LDFLAGS) -o \
|
|
||||||
$@
|
|
||||||
SOURCES = $(liblapack_a_SOURCES)
|
|
||||||
DIST_SOURCES = $(liblapack_a_SOURCES)
|
|
|
@ -1,5 +0,0 @@
|
||||||
BLAS and some Libraries from Scalapack used by Elmer FEM package.
|
|
||||||
|
|
||||||
These libraries, as most Elmer packages, are built with a F90 compiler.
|
|
||||||
|
|
||||||
WWW: http://www.csc.fi/elmer/
|
|
Loading…
Add table
Reference in a new issue