From owner-svn-ports-all@freebsd.org Sat Apr 28 18:18:41 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 6B288FB6078; Sat, 28 Apr 2018 18:18:41 +0000 (UTC) (envelope-from yuri@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 1426F7CBC4; Sat, 28 Apr 2018 18:18:41 +0000 (UTC) (envelope-from yuri@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 017F61930C; Sat, 28 Apr 2018 18:18:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3SIIeJE090974; Sat, 28 Apr 2018 18:18:40 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3SIIe6k090971; Sat, 28 Apr 2018 18:18:40 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201804281818.w3SIIe6k090971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 28 Apr 2018 18:18:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468559 - head/science/pcmsolver X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/pcmsolver X-SVN-Commit-Revision: 468559 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: Sat, 28 Apr 2018 18:18:41 -0000 Author: yuri Date: Sat Apr 28 18:18:40 2018 New Revision: 468559 URL: https://svnweb.freebsd.org/changeset/ports/468559 Log: science/pcmsolver: Update 1.1.11 -> 1.2.0 Also replaced USES=fortran with LIB_DEPENDS for flang, because USES=fortran:x breaks for both flang and gfortran. Modified: head/science/pcmsolver/Makefile head/science/pcmsolver/distinfo head/science/pcmsolver/pkg-plist Modified: head/science/pcmsolver/Makefile ============================================================================== --- head/science/pcmsolver/Makefile Sat Apr 28 18:11:49 2018 (r468558) +++ head/science/pcmsolver/Makefile Sat Apr 28 18:18:40 2018 (r468559) @@ -2,8 +2,7 @@ PORTNAME= pcmsolver DISTVERSIONPREFIX= v -DISTVERSION= 1.1.11 -PORTREVISION= 1 +DISTVERSION= 1.2.0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -12,7 +11,9 @@ COMMENT= API for the Polarizable Continuum Model LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:outsource fortran python +LIB_DEPENDS= libflang.so:devel/flang # USES=fortran:clang breaks in configure: can't find libs directory + +USES= cmake:outsource,noninja python USE_GITHUB= yes GH_ACCOUNT= PCMSolver USE_LDCONFIG= yes Modified: head/science/pcmsolver/distinfo ============================================================================== --- head/science/pcmsolver/distinfo Sat Apr 28 18:11:49 2018 (r468558) +++ head/science/pcmsolver/distinfo Sat Apr 28 18:18:40 2018 (r468559) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510551005 -SHA256 (PCMSolver-pcmsolver-v1.1.11_GH0.tar.gz) = c6af7d2a3ac8c09fc1835c952877b3444601c387a802b749668d162bb6ac6f36 -SIZE (PCMSolver-pcmsolver-v1.1.11_GH0.tar.gz) = 98167952 +TIMESTAMP = 1524929070 +SHA256 (PCMSolver-pcmsolver-v1.2.0_GH0.tar.gz) = 349a0dde082d3067b18668885767a5060e98a6a43d66a132be43559619c95086 +SIZE (PCMSolver-pcmsolver-v1.2.0_GH0.tar.gz) = 98217936 Modified: head/science/pcmsolver/pkg-plist ============================================================================== --- head/science/pcmsolver/pkg-plist Sat Apr 28 18:11:49 2018 (r468558) +++ head/science/pcmsolver/pkg-plist Sat Apr 28 18:18:40 2018 (r468559) @@ -1,22 +1,17 @@ -bin/codata.py -bin/docopt.py -bin/getkw.py -bin/pcmsolver.py +bin/go_pcm.py bin/plot_cavity.py -bin/pyparsing.py bin/run_pcm include/PCMSolver/Citation.hpp include/PCMSolver/Config.hpp include/PCMSolver/Cxx11Workarounds.hpp include/PCMSolver/ErrorHandling.hpp -include/PCMSolver/FCMangle.hpp -include/PCMSolver/GitInfo.hpp include/PCMSolver/LoggerInterface.hpp include/PCMSolver/PCMInput.h include/PCMSolver/PCMSolverExport.h include/PCMSolver/PhysicalConstants.hpp include/PCMSolver/STLUtils.hpp include/PCMSolver/TimerInterface.hpp +include/PCMSolver/VersionInfo.hpp include/PCMSolver/bi_operators/BIOperatorData.hpp include/PCMSolver/bi_operators/BoundaryIntegralOperator.hpp include/PCMSolver/bi_operators/Collocation.hpp @@ -42,7 +37,6 @@ include/PCMSolver/external/libtaylor/tmath.hpp include/PCMSolver/external/libtaylor/unittest_taylor.cpp include/PCMSolver/green/AnisotropicLiquid.hpp include/PCMSolver/green/DerivativeTypes.hpp -include/PCMSolver/green/DerivativeUtils.hpp include/PCMSolver/green/Green.hpp include/PCMSolver/green/GreenData.hpp include/PCMSolver/green/GreenUtils.hpp @@ -54,17 +48,9 @@ include/PCMSolver/green/SphericalDiffuse.hpp include/PCMSolver/green/SphericalSharp.hpp include/PCMSolver/green/UniformDielectric.hpp include/PCMSolver/green/Vacuum.hpp -include/PCMSolver/green/dielectric_profile/Anisotropic.hpp -include/PCMSolver/green/dielectric_profile/MembraneTanh.hpp -include/PCMSolver/green/dielectric_profile/Metal.hpp -include/PCMSolver/green/dielectric_profile/OneLayerErf.hpp -include/PCMSolver/green/dielectric_profile/OneLayerTanh.hpp -include/PCMSolver/green/dielectric_profile/ProfileTypes.hpp -include/PCMSolver/green/dielectric_profile/Sharp.hpp -include/PCMSolver/green/dielectric_profile/Uniform.hpp -include/PCMSolver/green/dielectric_profile/Yukawa.hpp include/PCMSolver/interface/Input.hpp include/PCMSolver/interface/Meddle.hpp +include/PCMSolver/pcmsolver.f90 include/PCMSolver/pcmsolver.h include/PCMSolver/solver/CPCMSolver.hpp include/PCMSolver/solver/IEFSolver.hpp @@ -75,8 +61,7 @@ include/PCMSolver/solver/SolverImpl.hpp include/PCMSolver/utils/Atom.hpp include/PCMSolver/utils/ChargeDistribution.hpp include/PCMSolver/utils/Factory.hpp -include/PCMSolver/utils/ForId.hpp -include/PCMSolver/utils/FortranCUtils.hpp +include/PCMSolver/utils/Legendre.hpp include/PCMSolver/utils/Logger.hpp include/PCMSolver/utils/LoggerImpl.hpp include/PCMSolver/utils/MathUtils.hpp @@ -96,6 +81,14 @@ include/PCMSolver/utils/getkw/Section.h lib/libpcm.a lib/libpcm.so lib/libpcm.so.1 +lib/python/pcmsolver/__init__.py +lib/python/pcmsolver/external/__init__.py +lib/python/pcmsolver/external/docopt.py +lib/python/pcmsolver/getkw.py +lib/python/pcmsolver/metadata.py +lib/python/pcmsolver/pcmdata.py +lib/python/pcmsolver/pcmparser.py +lib/python/pcmsolver/pyparsing.py share/cmake/PCMSolver/PCMSolverConfig.cmake share/cmake/PCMSolver/PCMSolverConfigVersion.cmake share/cmake/PCMSolver/PCMSolverTargets-shared-%%CMAKE_BUILD_TYPE%%.cmake