mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
1: Stagify.
2: USES=libtool, bump version. Approved by: portmgr@
This commit is contained in:
parent
000a88cbf4
commit
10b9ef1590
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358282
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= liblbfgs
|
||||
PORTVERSION= 1.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://cloud.github.com/downloads/chokkan/liblbfgs/
|
||||
|
||||
@ -12,13 +13,13 @@ COMMENT= Library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf:env
|
||||
|
||||
OPTIONS_DEFINE= OPTIMIZED DOCS
|
||||
OPTIMIZED_DESC= SSE2 optimization routines
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# Enable/disable compilation optimizations.
|
||||
@ -26,8 +27,8 @@ NO_STAGE= yes
|
||||
CONFIGURE_ARGS+= --enable-sse2
|
||||
.endif
|
||||
|
||||
PLIST_FILES= lib/liblbfgs-1.10.so.0.0 lib/liblbfgs.a lib//liblbfgs.la \
|
||||
lib/liblbfgs.so.0.0 include/lbfgs.h
|
||||
PLIST_FILES= lib/liblbfgs-1.10.so lib/liblbfgs.a \
|
||||
lib/liblbfgs.so include/lbfgs.h
|
||||
|
||||
PORTDOCS= README INSTALL COPYING AUTHORS ChangeLog NEWS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user