Skip to content
Snippets Groups Projects
Commit 100e40ae authored by Antonio El Khoury's avatar Antonio El Khoury
Browse files

[wip/mumps] Add mumps 4.10.0 as packaged by coin in Ipopt.

parent f0d749f3
No related branches found
No related tags found
No related merge requests found
MUMPS (“MUltifrontal Massively Parallel Solver”) is a package for
solving systems of linear equations of the form Ax = b, where A is a
square sparse matrix that can be either unsymmetric, symmetric
positive definite, or general symmetric.
\ No newline at end of file
# robotpkg Makefile for: optimization/mumps
# Created: Antonio El Khoury on Wed, 7 Mar 2012
#
DISTNAME= MUMPS_${VERSION} Mumps
PKGNAME= mumps-${VERSION}
VERSION= 4.10.0
CATEGORIES= optimization
MASTER_SITES= \
http://mumps.enseeiht.fr/ \
${MASTER_SITE_OPENROBOTS:=mumps/}
MAINTAINER=
HOMEPAGE= http://graal.ens-lyon.fr/MUMPS/
COMMENT= MUMPS : a parallel sparse direct solver
LICENSE= public-domain
USE_LANGUAGES= c c++ fortran
GNU_CONFIGURE= yes
CONFIGURE_DIRS= ../
CPPFLAGS+= \
-I${PREFIX.blas}/include/ \
-I${PREFIX.lapack}/include/
LDFLAGS+= \
-L${PREFIX.blas}/lib/ \
-L${PREFIX.lapack}/lib/
LIBS+= -lblas -llapack -lpthread
# --------------------------------------------------------------------
include ../../math/lapack/depend.mk
include ../../math/blas/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/doxygen.mk
include ../../mk/sysdep/latex.mk
include ../../mk/robotpkg.mk
post-extract:
cd ${WRKDIR} && ${LN} -s MUMPS_${VERSION} MUMPS
@comment Wed Mar 7 19:07:19 CET 2012
# robotpkg depend.mk for: optimization/mumps
# Created: Antonio El Khoury on Wed, 7 Mar 2012
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
IPOPT_DEPEND_MK:=${IPOPT_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= mumps
endif
ifeq (+,$(IPOPT_DEPEND_MK)) # ------------------------------
PREFER.ipopt?= robotpkg
DEPEND_USE+= mumps
DEPEND_ABI.ipopt?= mumps>=4.10.0
DEPEND_DIR.ipopt?= ../../optimization/ipopt
SYSTEM_SEARCH.ipopt=\
include/coin/ThirdParty/dmumps_c.h \
lib/libcoinmumps.so
endif # --------------------------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (MUMPS_4.10.0.tar.gz) = 904b1d816272d99f1f53913cbd4789a5be1838f7
RMD160 (MUMPS_4.10.0.tar.gz) = 19ae1f4773ab1643237f791085d9721932a618fc
Size (MUMPS_4.10.0.tar.gz) = 2481516 bytes
SHA1 (Mumps.tar.gz) = 2c2433ad8ccc8c51925e0737bace1b08bf7c3d9b
RMD160 (Mumps.tar.gz) = 067b70c6f4d369c53f37b0589af1c4c42249bfd8
Size (Mumps.tar.gz) = 266006 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment