Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2018 18:18:40 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468559 - head/science/pcmsolver
Message-ID:  <201804281818.w3SIIe6k090971@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804281818.w3SIIe6k090971>