Skip to content

Commit

Permalink
science/chrono: Update 6.0.0 -> 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jan 30, 2022
1 parent 18da1ab commit 0da23b0
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 84 deletions.
9 changes: 4 additions & 5 deletions science/chrono/Makefile
@@ -1,12 +1,10 @@
PORTNAME= chrono
DISTVERSION= 6.0.0
PORTREVISION= 1
DISTVERSION= 7.0.1
CATEGORIES= science devel
PKGNAMESUFFIX= -physics-simulation-engine

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= 74df5c76d8d475818138a9a16ceccbd6f326247c.patch:-p1 # https://github.com/projectchrono/chrono/pull/295
PATCHFILES+= 926dba0bef3f72fedff75770582df40fd8423258.patch:-p1 # https://github.com/projectchrono/chrono/pull/296

MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ library for multi-physics simulation
Expand Down Expand Up @@ -41,7 +39,7 @@ DEMOS_CMAKE_BOOL= BUILD_DEMOS
DEMOS_BROKEN= /usr/local/lib/libdmumps.so: undefined reference to `mpi_pack_'
CASCADE_CMAKE_ON= -DCASCADE_INCLUDE_DIR:STRING=${LOCALBASE}/include/OpenCASCADE -DCASCADE_LIBDIR:STRING=${LOCALBASE}/lib
CASCADE_LIB_DEPENDS= libTKernel.so:cad/opencascade
CASCADE_LIB_DEPENDS= libTKernel.so:cad/opencascade740
DISTRIBUTED_BROKEN= requires cuda_runtime_api.h in thrust package which is missing for some reason
DISTRIBUTED_IMPLIES= MULTICORE
Expand All @@ -66,7 +64,8 @@ SYNCHRONO_BUILD_DEPENDS= flatbuffers>0:devel/flatbuffers
SYNCHRONO_LIB_DEPENDS= libmpi.so:net/mpich
SYNCHRONO_IMPLIES= VEHICLE
OPENGL_BROKEN= Illegal instruction
OPENGL_LIB_DEPENDS= libglfw.so:graphics/glfw
OPENGL_BROKEN= clang-12 crashes
VEHICLE_LIB_DEPENDS= libsz.so:science/szip \
libmpi.so:net/openmpi
Expand Down
8 changes: 3 additions & 5 deletions science/chrono/distinfo
@@ -1,7 +1,5 @@
TIMESTAMP = 1613116556
SHA256 (projectchrono-chrono-6.0.0_GH0.tar.gz) = 363815612d2438f7959ccdd70105e2b10a3c6d77b4c6f939099f3ae951f8ae6b
SIZE (projectchrono-chrono-6.0.0_GH0.tar.gz) = 182382856
TIMESTAMP = 1643276501
SHA256 (projectchrono-chrono-7.0.1_GH0.tar.gz) = 938025be58a2c594d82c64540647bb03a627eceb767a4e6b03f7b251867a540c
SIZE (projectchrono-chrono-7.0.1_GH0.tar.gz) = 310778417
SHA256 (74df5c76d8d475818138a9a16ceccbd6f326247c.patch) = c1022009383c6e1c0c77365ed5d48fdb052c2add4170815c46cc49cf68297467
SIZE (74df5c76d8d475818138a9a16ceccbd6f326247c.patch) = 2159
SHA256 (926dba0bef3f72fedff75770582df40fd8423258.patch) = a22a81f8dcfb891cfadfb80a43d7daa65c8873b0546d9673119d09dfa8d8caf2
SIZE (926dba0bef3f72fedff75770582df40fd8423258.patch) = 1023

0 comments on commit 0da23b0

Please sign in to comment.