Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

21
math/ipopt/Makefile Normal file
View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1.1.1 2013/11/14 15:04:12 asau Exp $
DISTNAME= Ipopt-3.11.5
CATEGORIES= math
MASTER_SITES= http://www.coin-or.org/download/source/Ipopt/
EXTRACT_SUFX= .tgz
MAINTAINER= asau@inbox.ru
HOMEPAGE= https://projects.coin-or.org/Ipopt
COMMENT= Interior Point OPTimizer
USE_LANGUAGES= c c++ fortran
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
TEST_TARGET= test
.include "../../math/blas/buildlink3.mk"
.include "../../math/lapack/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"