mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
math/gismo: Update 0.8.4-849 -> 21.12.0
Reported by: portscout
This commit is contained in:
parent
48f4cb3e15
commit
47273d2d89
@ -1,7 +1,6 @@
|
||||
PORTNAME= gismo
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.8.4-849
|
||||
DISTVERSIONSUFFIX= -g8b36bfe5
|
||||
DISTVERSION= 21.12.0
|
||||
CATEGORIES= math # geometry
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -17,7 +16,9 @@ USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_TESTING_ON= GISMO_BUILD_UNITTESTS # one test is known to fail: https://github.com/gismo/gismo/issues/466
|
||||
|
||||
GH_TUPLE= gismo:gsElasticity:7bfde6d:gsElasticity/extensions/gsElasticity \
|
||||
GH_TUPLE= gismo:gsElasticity:a94347d:gsElasticity/extensions/gsElasticity \
|
||||
gismo:gsKLShell:5247352:gsKLShell/extensions/gsKLShell \
|
||||
gismo:gsStructuralAnalysis:f18c4b7:gsStructuralAnalysis/extensions/gsStructuralAnalysis \
|
||||
gismo:gsUnitTest:7c42e58:gsUnitTest/extensions/gsUnitTest
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1,7 +1,11 @@
|
||||
TIMESTAMP = 1628817047
|
||||
SHA256 (gismo-gismo-v0.8.4-849-g8b36bfe5_GH0.tar.gz) = a5db6ef29024f0d4d34228228c1d84d72e21b546a37da9a0f14700c69d2ba9aa
|
||||
SIZE (gismo-gismo-v0.8.4-849-g8b36bfe5_GH0.tar.gz) = 4945758
|
||||
SHA256 (gismo-gsElasticity-7bfde6d_GH0.tar.gz) = 1f9e76b148670dad8ee5c7960218cf6f1d4ffc730ca20755ef0c66980bb3276f
|
||||
SIZE (gismo-gsElasticity-7bfde6d_GH0.tar.gz) = 280973
|
||||
TIMESTAMP = 1640112553
|
||||
SHA256 (gismo-gismo-v21.12.0_GH0.tar.gz) = 4001b4c49661ca8b71baf915e773341e115d154077bef218433a3c1d72ee4f0c
|
||||
SIZE (gismo-gismo-v21.12.0_GH0.tar.gz) = 4957758
|
||||
SHA256 (gismo-gsElasticity-a94347d_GH0.tar.gz) = 4f8f88347fda4c31e7d366ab79ed19681d8cd4cdfc50947b7be8084e93aca169
|
||||
SIZE (gismo-gsElasticity-a94347d_GH0.tar.gz) = 281441
|
||||
SHA256 (gismo-gsKLShell-5247352_GH0.tar.gz) = 7b7f6764f21c28b276ec1b62fb4e66c3ae763c996bf473200ae4b0345024350f
|
||||
SIZE (gismo-gsKLShell-5247352_GH0.tar.gz) = 77777
|
||||
SHA256 (gismo-gsStructuralAnalysis-f18c4b7_GH0.tar.gz) = 6d0027cd3f9aadb55a7ad01293df31c33f6ee500cc3f9a8eb90d6d87f0d239e6
|
||||
SIZE (gismo-gsStructuralAnalysis-f18c4b7_GH0.tar.gz) = 616060
|
||||
SHA256 (gismo-gsUnitTest-7c42e58_GH0.tar.gz) = 67318cc0b685ad2d17199a78c916aa19ac306f3ce4e1679d01f398f117cf12ca
|
||||
SIZE (gismo-gsUnitTest-7c42e58_GH0.tar.gz) = 22779
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/gsCore/gsLinearAlgebra.h.orig 2021-08-13 01:12:20 UTC
|
||||
+++ src/gsCore/gsLinearAlgebra.h
|
||||
@@ -84,7 +84,7 @@ using Eigen::internal::cast; // from Core/MathFunction
|
||||
and https://en.wikipedia.org/wiki/NaN
|
||||
*/
|
||||
template<typename Derived>
|
||||
-inline bool isnumber(const Eigen::MatrixBase<Derived>& x)
|
||||
+inline bool isnumber_x(const Eigen::MatrixBase<Derived>& x)
|
||||
{ return ((x.array() == x.array())).all(); }
|
||||
|
||||
/**
|
13
math/gismo/files/patch-src_gsIO_gsFileManager.cpp
Normal file
13
math/gismo/files/patch-src_gsIO_gsFileManager.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
--- src/gsIO/gsFileManager.cpp.orig 2021-12-21 18:59:36 UTC
|
||||
+++ src/gsIO/gsFileManager.cpp
|
||||
@@ -40,6 +40,10 @@
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
+#if defined __FreeBSD__
|
||||
+#include <sys/syslimits.h>
|
||||
+#endif
|
||||
+
|
||||
namespace gismo
|
||||
{
|
||||
|
@ -12,6 +12,7 @@ bin/fileIo_example
|
||||
bin/fitting_example
|
||||
bin/geometry_example
|
||||
bin/gsInterpolateMap
|
||||
bin/gsMakeMultiPatch
|
||||
bin/gsPatchFromBoundary
|
||||
bin/gsView
|
||||
bin/heatEquation_example
|
||||
@ -587,8 +588,8 @@ lib/gismo/gsConfig.cmake
|
||||
lib/gismo/gsDebugExtra.cmake
|
||||
lib/libgismo.a
|
||||
lib/libgismo.so
|
||||
lib/libgismo.so.20
|
||||
lib/libgismo.so.20.12.0
|
||||
lib/libgismo.so.21
|
||||
lib/libgismo.so.21.12.0
|
||||
%%DATADIR%%data/bspbasis/tpBSpline2_01.xml
|
||||
%%DATADIR%%data/bspbasis/tpBSpline2_02.xml
|
||||
%%DATADIR%%data/curves3d/bspline3d_curve_01.xml
|
||||
|
Loading…
Reference in New Issue
Block a user