Date: Sat, 17 May 2014 16:37:27 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354333 - head/devel/ocaml-lacaml Message-ID: <201405171637.s4HGbRHT025627@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat May 17 16:37:26 2014 New Revision: 354333 URL: http://svnweb.freebsd.org/changeset/ports/354333 QAT: https://qat.redports.org/buildarchive/r354333/ Log: - Update to version 7.0.13 PR: 188356 Submitted by: Ports Fury Modified: head/devel/ocaml-lacaml/Makefile head/devel/ocaml-lacaml/distinfo head/devel/ocaml-lacaml/pkg-descr Modified: head/devel/ocaml-lacaml/Makefile ============================================================================== --- head/devel/ocaml-lacaml/Makefile Sat May 17 16:37:07 2014 (r354332) +++ head/devel/ocaml-lacaml/Makefile Sat May 17 16:37:26 2014 (r354333) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lacaml -PORTVERSION= 7.0.7 -PORTREVISION= 2 +PORTVERSION= 7.0.13 CATEGORIES= devel MASTER_SITES= http://cdn.bitbucket.org/mmottl/lacaml/downloads/ PKGNAMEPREFIX= ocaml- @@ -13,24 +12,24 @@ COMMENT= OCaml interface to BLAS and LAP LICENSE= LGPL21 -LIB_DEPENDS= blas:${PORTSDIR}/math/blas \ - lapack:${PORTSDIR}/math/lapack - -OPTIONS_DEFINE= DOCS EXAMPLES +LIB_DEPENDS= libblas.so:${PORTSDIR}/math/blas \ + liblapack.so:${PORTSDIR}/math/lapack USE_OCAML= yes USE_OCAML_FINDLIB=yes USE_OCAMLFIND_PLIST=yes USE_OCAML_LDCONFIG=yes USE_OCAML_WASH= yes +OCAMLFIND_LDCONF=ignore +USES= fortran HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${PREFIX} --disable-docs --disable-examples \ --override conf_ccopt "${CFLAGS}" \ --override conf_cclib "${LDFLAGS:S,^.*[[:space:]],,}" MAKE_JOBS_UNSAFE=yes -CFLAGS+= -fPIC +CFLAGS+= -fPIC -DEXTERNAL_EXP10 LDFLAGS+= -L${LOCALBASE}/lib -lblas -llapack DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} @@ -39,27 +38,16 @@ EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORT PORTDOCS= * PORTEXAMPLES= * -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -PLIST_DIRSTRY+= ${OCAML_DOCSDIR:S,^${PREFIX}/,,} -.endif - -.if ${PORT_OPTIONS:MEXAMPLES} -PLIST_DIRSTRY+= ${OCAML_EXAMPLESDIR:S,^${PREFIX}/,,} -.endif +OPTIONS_DEFINE= DOCS EXAMPLES post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS.txt CHANGES.txt README.md TODO.md - (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${DOCSDIR}) .endfor -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) -.endif + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${EXAMPLESDIR}) .include <bsd.port.mk> Modified: head/devel/ocaml-lacaml/distinfo ============================================================================== --- head/devel/ocaml-lacaml/distinfo Sat May 17 16:37:07 2014 (r354332) +++ head/devel/ocaml-lacaml/distinfo Sat May 17 16:37:26 2014 (r354333) @@ -1,2 +1,2 @@ -SHA256 (lacaml-7.0.7.tar.gz) = 9dc8bad78b4189330379313c230c8a6bf34cbba831329e92406cf2b1a2390462 -SIZE (lacaml-7.0.7.tar.gz) = 155345 +SHA256 (lacaml-7.0.13.tar.gz) = ccef3d0bd1b4607c9cffb84740200efbb9e6a85cff05a6c50e2c8d5176684fd9 +SIZE (lacaml-7.0.13.tar.gz) = 160403 Modified: head/devel/ocaml-lacaml/pkg-descr ============================================================================== --- head/devel/ocaml-lacaml/pkg-descr Sat May 17 16:37:07 2014 (r354332) +++ head/devel/ocaml-lacaml/pkg-descr Sat May 17 16:37:26 2014 (r354333) @@ -5,5 +5,4 @@ written in FORTRAN. This allows people to write high-performance numerical code for applications that need linear algebra. -Author: Markus Mottl <markus.mottl@gmail.com> WWW: https://bitbucket.org/mmottl/lacaml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405171637.s4HGbRHT025627>