From owner-svn-ports-head@freebsd.org Wed May 1 07:16:59 2019 Return-Path: Delivered-To: svn-ports-head@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 755101590951; Wed, 1 May 2019 07:16:59 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D07D98F71E; Wed, 1 May 2019 07:16:58 +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 9E6601DFB9; Wed, 1 May 2019 07:16:58 +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 x417GwG1014565; Wed, 1 May 2019 07:16:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x417Gvxc014560; Wed, 1 May 2019 07:16:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905010716.x417Gvxc014560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 1 May 2019 07:16:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500581 - in head/science: . pagmo2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . pagmo2 X-SVN-Commit-Revision: 500581 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D07D98F71E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.87 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.87)[-0.871,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2019 07:16:59 -0000 Author: yuri Date: Wed May 1 07:16:57 2019 New Revision: 500581 URL: https://svnweb.freebsd.org/changeset/ports/500581 Log: New port: science/pagmo2: Platform to perform parallel computations of optimization tasks Added: head/science/pagmo2/ head/science/pagmo2/Makefile (contents, props changed) head/science/pagmo2/distinfo (contents, props changed) head/science/pagmo2/pkg-descr (contents, props changed) head/science/pagmo2/pkg-plist (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Wed May 1 07:16:46 2019 (r500580) +++ head/science/Makefile Wed May 1 07:16:57 2019 (r500581) @@ -203,6 +203,7 @@ SUBDIR += p5-Mcstas-Tools SUBDIR += p5-PerlMol SUBDIR += p5-Physics-Unit + SUBDIR += pagmo2 SUBDIR += paje SUBDIR += paraview SUBDIR += pcmsolver Added: head/science/pagmo2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/pagmo2/Makefile Wed May 1 07:16:57 2019 (r500581) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= pagmo2 +DISTVERSIONPREFIX= v +DISTVERSION= 2.10-161 +DISTVERSIONSUFFIX= -g0a589425 +CATEGORIES= science + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Platform to perform parallel computations of optimization tasks + +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= dual +LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.gpl3 +LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.lgpl3 + +BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ + Ipopt>0:math/ipopt \ + nlopt>0:math/nlopt +RUN_DEPENDS= boost-libs>0:devel/boost-libs \ + Ipopt>0:math/ipopt \ + nlopt>0:math/nlopt + +USES= cmake eigen:3,build,run +USE_GITHUB= yes +GH_ACCOUNT= esa + +NO_BUILD= yes +NO_ARCH= yes + +CMAKE_ON= PAGMO_WITH_EIGEN3 PAGMO_WITH_NLOPT PAGMO_WITH_IPOPT + +do-test: # tests fail to build: https://github.com/esa/pagmo2/issues/273 + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DPAGMO_BUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test + +.include Added: head/science/pagmo2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/pagmo2/distinfo Wed May 1 07:16:57 2019 (r500581) @@ -0,0 +1,3 @@ +TIMESTAMP = 1556692823 +SHA256 (esa-pagmo2-v2.10-161-g0a589425_GH0.tar.gz) = 947f11d7b09fcf9b88be1e3913d727eefb2c2e7dcb1d81f3bfa45d61ca7c3bd6 +SIZE (esa-pagmo2-v2.10-161-g0a589425_GH0.tar.gz) = 17709599 Added: head/science/pagmo2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/pagmo2/pkg-descr Wed May 1 07:16:57 2019 (r500581) @@ -0,0 +1,6 @@ +pagmo (C++) is a scientific library for massively parallel optimization. It is +built around the idea of providing a unified interface to optimization +algorithms and to optimization problems and to make their deployment in +massively parallel environments easy. + +WWW: https://github.com/esa/pagmo2 Added: head/science/pagmo2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/pagmo2/pkg-plist Wed May 1 07:16:57 2019 (r500581) @@ -0,0 +1,167 @@ +include/pagmo/algorithm.hpp +include/pagmo/algorithms/bee_colony.hpp +include/pagmo/algorithms/cmaes.hpp +include/pagmo/algorithms/compass_search.hpp +include/pagmo/algorithms/cstrs_self_adaptive.hpp +include/pagmo/algorithms/de.hpp +include/pagmo/algorithms/de1220.hpp +include/pagmo/algorithms/gaco.hpp +include/pagmo/algorithms/gwo.hpp +include/pagmo/algorithms/ihs.hpp +include/pagmo/algorithms/ipopt.hpp +include/pagmo/algorithms/mbh.hpp +include/pagmo/algorithms/moead.hpp +include/pagmo/algorithms/nlopt.hpp +include/pagmo/algorithms/not_population_based.hpp +include/pagmo/algorithms/nsga2.hpp +include/pagmo/algorithms/pso.hpp +include/pagmo/algorithms/pso_gen.hpp +include/pagmo/algorithms/sade.hpp +include/pagmo/algorithms/sea.hpp +include/pagmo/algorithms/sga.hpp +include/pagmo/algorithms/simulated_annealing.hpp +include/pagmo/algorithms/xnes.hpp +include/pagmo/archipelago.hpp +include/pagmo/config.hpp +include/pagmo/detail/cec2013_data.hpp +include/pagmo/detail/cec2014_data.hpp +include/pagmo/detail/constants.hpp +include/pagmo/detail/custom_comparisons.hpp +include/pagmo/detail/eigen.hpp +include/pagmo/detail/make_unique.hpp +include/pagmo/detail/prime_numbers.hpp +include/pagmo/detail/task_queue.hpp +include/pagmo/exceptions.hpp +include/pagmo/external/cereal/access.hpp +include/pagmo/external/cereal/archives/adapters.hpp +include/pagmo/external/cereal/archives/binary.hpp +include/pagmo/external/cereal/archives/json.hpp +include/pagmo/external/cereal/archives/portable_binary.hpp +include/pagmo/external/cereal/archives/xml.hpp +include/pagmo/external/cereal/cereal.hpp +include/pagmo/external/cereal/details/helpers.hpp +include/pagmo/external/cereal/details/polymorphic_impl.hpp +include/pagmo/external/cereal/details/polymorphic_impl_fwd.hpp +include/pagmo/external/cereal/details/static_object.hpp +include/pagmo/external/cereal/details/traits.hpp +include/pagmo/external/cereal/details/util.hpp +include/pagmo/external/cereal/external/base64.hpp +include/pagmo/external/cereal/external/rapidjson/allocators.h +include/pagmo/external/cereal/external/rapidjson/document.h +include/pagmo/external/cereal/external/rapidjson/encodedstream.h +include/pagmo/external/cereal/external/rapidjson/encodings.h +include/pagmo/external/cereal/external/rapidjson/error/en.h +include/pagmo/external/cereal/external/rapidjson/error/error.h +include/pagmo/external/cereal/external/rapidjson/filereadstream.h +include/pagmo/external/cereal/external/rapidjson/filewritestream.h +include/pagmo/external/cereal/external/rapidjson/fwd.h +include/pagmo/external/cereal/external/rapidjson/internal/biginteger.h +include/pagmo/external/cereal/external/rapidjson/internal/diyfp.h +include/pagmo/external/cereal/external/rapidjson/internal/dtoa.h +include/pagmo/external/cereal/external/rapidjson/internal/ieee754.h +include/pagmo/external/cereal/external/rapidjson/internal/itoa.h +include/pagmo/external/cereal/external/rapidjson/internal/meta.h +include/pagmo/external/cereal/external/rapidjson/internal/pow10.h +include/pagmo/external/cereal/external/rapidjson/internal/regex.h +include/pagmo/external/cereal/external/rapidjson/internal/stack.h +include/pagmo/external/cereal/external/rapidjson/internal/strfunc.h +include/pagmo/external/cereal/external/rapidjson/internal/strtod.h +include/pagmo/external/cereal/external/rapidjson/internal/swap.h +include/pagmo/external/cereal/external/rapidjson/istreamwrapper.h +include/pagmo/external/cereal/external/rapidjson/memorybuffer.h +include/pagmo/external/cereal/external/rapidjson/memorystream.h +include/pagmo/external/cereal/external/rapidjson/msinttypes/inttypes.h +include/pagmo/external/cereal/external/rapidjson/msinttypes/stdint.h +include/pagmo/external/cereal/external/rapidjson/ostreamwrapper.h +include/pagmo/external/cereal/external/rapidjson/pointer.h +include/pagmo/external/cereal/external/rapidjson/prettywriter.h +include/pagmo/external/cereal/external/rapidjson/rapidjson.h +include/pagmo/external/cereal/external/rapidjson/reader.h +include/pagmo/external/cereal/external/rapidjson/schema.h +include/pagmo/external/cereal/external/rapidjson/stream.h +include/pagmo/external/cereal/external/rapidjson/stringbuffer.h +include/pagmo/external/cereal/external/rapidjson/writer.h +include/pagmo/external/cereal/external/rapidxml/license.txt +include/pagmo/external/cereal/external/rapidxml/manual.html +include/pagmo/external/cereal/external/rapidxml/rapidxml.hpp +include/pagmo/external/cereal/external/rapidxml/rapidxml_iterators.hpp +include/pagmo/external/cereal/external/rapidxml/rapidxml_print.hpp +include/pagmo/external/cereal/external/rapidxml/rapidxml_utils.hpp +include/pagmo/external/cereal/macros.hpp +include/pagmo/external/cereal/types/array.hpp +include/pagmo/external/cereal/types/base_class.hpp +include/pagmo/external/cereal/types/bitset.hpp +include/pagmo/external/cereal/types/boost_variant.hpp +include/pagmo/external/cereal/types/chrono.hpp +include/pagmo/external/cereal/types/common.hpp +include/pagmo/external/cereal/types/complex.hpp +include/pagmo/external/cereal/types/concepts/pair_associative_container.hpp +include/pagmo/external/cereal/types/deque.hpp +include/pagmo/external/cereal/types/forward_list.hpp +include/pagmo/external/cereal/types/functional.hpp +include/pagmo/external/cereal/types/list.hpp +include/pagmo/external/cereal/types/map.hpp +include/pagmo/external/cereal/types/memory.hpp +include/pagmo/external/cereal/types/polymorphic.hpp +include/pagmo/external/cereal/types/queue.hpp +include/pagmo/external/cereal/types/set.hpp +include/pagmo/external/cereal/types/stack.hpp +include/pagmo/external/cereal/types/string.hpp +include/pagmo/external/cereal/types/tuple.hpp +include/pagmo/external/cereal/types/unordered_map.hpp +include/pagmo/external/cereal/types/unordered_set.hpp +include/pagmo/external/cereal/types/utility.hpp +include/pagmo/external/cereal/types/valarray.hpp +include/pagmo/external/cereal/types/vector.hpp +include/pagmo/external/fix_includes.txt +include/pagmo/io.hpp +include/pagmo/island.hpp +include/pagmo/islands/fork_island.hpp +include/pagmo/islands/thread_island.hpp +include/pagmo/pagmo.hpp +include/pagmo/population.hpp +include/pagmo/problem.hpp +include/pagmo/problems/ackley.hpp +include/pagmo/problems/cec2006.hpp +include/pagmo/problems/cec2009.hpp +include/pagmo/problems/cec2013.hpp +include/pagmo/problems/cec2014.hpp +include/pagmo/problems/decompose.hpp +include/pagmo/problems/dtlz.hpp +include/pagmo/problems/golomb_ruler.hpp +include/pagmo/problems/griewank.hpp +include/pagmo/problems/hock_schittkowsky_71.hpp +include/pagmo/problems/inventory.hpp +include/pagmo/problems/lennard_jones.hpp +include/pagmo/problems/luksan_vlcek1.hpp +include/pagmo/problems/minlp_rastrigin.hpp +include/pagmo/problems/rastrigin.hpp +include/pagmo/problems/rosenbrock.hpp +include/pagmo/problems/schwefel.hpp +include/pagmo/problems/translate.hpp +include/pagmo/problems/unconstrain.hpp +include/pagmo/problems/zdt.hpp +include/pagmo/rng.hpp +include/pagmo/serialization.hpp +include/pagmo/threading.hpp +include/pagmo/type_traits.hpp +include/pagmo/types.hpp +include/pagmo/utils/constrained.hpp +include/pagmo/utils/discrepancy.hpp +include/pagmo/utils/generic.hpp +include/pagmo/utils/gradients_and_hessians.hpp +include/pagmo/utils/hv_algos/hv_algorithm.hpp +include/pagmo/utils/hv_algos/hv_bf_approx.hpp +include/pagmo/utils/hv_algos/hv_bf_fpras.hpp +include/pagmo/utils/hv_algos/hv_hv2d.hpp +include/pagmo/utils/hv_algos/hv_hv3d.hpp +include/pagmo/utils/hv_algos/hv_hvwfg.hpp +include/pagmo/utils/hypervolume.hpp +include/pagmo/utils/multi_objective.hpp +lib/cmake/pagmo/FindEigen3.cmake +lib/cmake/pagmo/FindIPOPT.cmake +lib/cmake/pagmo/FindNLOPT.cmake +lib/cmake/pagmo/PagmoFindBoost.cmake +lib/cmake/pagmo/pagmo-config-version.cmake +lib/cmake/pagmo/pagmo-config.cmake +lib/cmake/pagmo/pagmo_export.cmake