From owner-svn-ports-all@freebsd.org Sun Feb 11 11:29:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2685F0EAB2; Sun, 11 Feb 2018 11:29:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F9B373BF6; Sun, 11 Feb 2018 11:29:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6745F223D2; Sun, 11 Feb 2018 11:29:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1BBTZDB061300; Sun, 11 Feb 2018 11:29:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1BBTZFm061298; Sun, 11 Feb 2018 11:29:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802111129.w1BBTZFm061298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 11 Feb 2018 11:29:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461491 - in head/science/iboview: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/science/iboview: . files X-SVN-Commit-Revision: 461491 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Feb 2018 11:29:36 -0000 Author: antoine Date: Sun Feb 11 11:29:35 2018 New Revision: 461491 URL: https://svnweb.freebsd.org/changeset/ports/461491 Log: Convert to USES=fortran Submitted by: jbeich Modified: head/science/iboview/Makefile head/science/iboview/files/patch-main.pro Modified: head/science/iboview/Makefile ============================================================================== --- head/science/iboview/Makefile Sun Feb 11 11:15:02 2018 (r461490) +++ head/science/iboview/Makefile Sun Feb 11 11:29:35 2018 (r461491) @@ -14,24 +14,17 @@ COMMENT= Program for analyzing molecular electronic st LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= qt5-buildtools>=0:devel/qt5-buildtools \ - boost-libs>=0:devel/boost-libs \ - ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so:lang/gcc${GCC_DEFAULT} -RUN_DEPENDS= boost-libs>=0:devel/boost-libs \ - ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so:lang/gcc${GCC_DEFAULT} +BUILD_DEPENDS= boost-libs>=0:devel/boost-libs +RUN_DEPENDS= boost-libs>=0:devel/boost-libs ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON_amd64= only builds and is supported on amd64 -USES= tar:bz2 qmake:outsource blaslapack:openblas +USES= fortran blaslapack:openblas qmake:outsource tar:bz2 USE_GL= gl glu -USE_QT5= core gui widgets opengl script svg +USE_QT5= buildtools_build core gui widgets opengl script svg PLIST_FILES= bin/iboview - -post-patch: - ${REINPLACE_CMD} -e 's|%%_GCC_RUNTIME%%|${LOCALBASE}/lib/gcc${GCC_DEFAULT}|g' \ - ${WRKSRC}/main.pro do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/iboview ${STAGEDIR}${PREFIX}/bin Modified: head/science/iboview/files/patch-main.pro ============================================================================== --- head/science/iboview/files/patch-main.pro Sun Feb 11 11:15:02 2018 (r461490) +++ head/science/iboview/files/patch-main.pro Sun Feb 11 11:29:35 2018 (r461491) @@ -14,7 +14,7 @@ -LIBS += -L$$MKLDIR/lib/intel64 -fopenmp -lmkl_gf_ilp64 -lmkl_gnu_thread -lmkl_core -Wl,-rpath,$$MKLDIR/lib/intel64 +#LIBS += -L$$MKLDIR/lib/intel64 -fopenmp -lmkl_gf_ilp64 -lmkl_gnu_thread -lmkl_core -Wl,-rpath,$$MKLDIR/lib/intel64 # LIBS += -LC:\Users\cgk\Develop\Libraries\OpenBLAS\bin -lopenblas -+LIBS += -Wl,-rpath=%%_GCC_RUNTIME%% %%_GCC_RUNTIME%%/libgcc_s.so -lopenblas ++LIBS += -lopenblas # MICROSCF = ../wmme