mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
misc/{,py-}fastscapelib: update 0.2.1 → 0.2.2
Reported by: portscout
This commit is contained in:
parent
8a303fe89d
commit
7a9994c5b1
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= fastscapelib
|
PORTNAME= fastscapelib
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.2.1
|
DISTVERSION= 0.2.2
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1698169447
|
TIMESTAMP = 1717650943
|
||||||
SHA256 (fastscape-lem-fastscapelib-v0.2.1_GH0.tar.gz) = 6cfc73ad6f0feae4eecdc49a40ee2e58182ac34e2ad0260a194c819ec400f4cf
|
SHA256 (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 21cac72a0586d1ceb1080eadbb60a7b7e81a4d6a7b56edbc696f92ff87fc6566
|
||||||
SIZE (fastscape-lem-fastscapelib-v0.2.1_GH0.tar.gz) = 538142
|
SIZE (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 537207
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
include/fastscapelib/base.hpp
|
include/fastscapelib/algo/pflood.hpp
|
||||||
include/fastscapelib/basin_graph.hpp
|
include/fastscapelib/eroders/diffusion_adi.hpp
|
||||||
include/fastscapelib/consts.hpp
|
include/fastscapelib/eroders/spl.hpp
|
||||||
include/fastscapelib/diffusion_adi.hpp
|
include/fastscapelib/flow/basin_graph.hpp
|
||||||
include/fastscapelib/flow_graph.hpp
|
include/fastscapelib/flow/flow_graph.hpp
|
||||||
include/fastscapelib/flow_graph_impl.hpp
|
include/fastscapelib/flow/flow_graph_impl.hpp
|
||||||
include/fastscapelib/flow_operator.hpp
|
include/fastscapelib/flow/flow_operator.hpp
|
||||||
include/fastscapelib/flow_router.hpp
|
include/fastscapelib/flow/flow_router.hpp
|
||||||
include/fastscapelib/flow_snapshot.hpp
|
include/fastscapelib/flow/flow_snapshot.hpp
|
||||||
include/fastscapelib/iterators.hpp
|
include/fastscapelib/flow/sink_resolver.hpp
|
||||||
include/fastscapelib/pflood.hpp
|
include/fastscapelib/grid/base.hpp
|
||||||
include/fastscapelib/profile_grid.hpp
|
include/fastscapelib/grid/profile_grid.hpp
|
||||||
include/fastscapelib/raster_grid.hpp
|
include/fastscapelib/grid/raster_grid.hpp
|
||||||
include/fastscapelib/sink_resolver.hpp
|
include/fastscapelib/grid/structured_grid.hpp
|
||||||
include/fastscapelib/spl.hpp
|
include/fastscapelib/grid/trimesh.hpp
|
||||||
include/fastscapelib/structured_grid.hpp
|
include/fastscapelib/utils/consts.hpp
|
||||||
include/fastscapelib/trimesh.hpp
|
include/fastscapelib/utils/iterators.hpp
|
||||||
include/fastscapelib/union_find.hpp
|
include/fastscapelib/utils/union_find.hpp
|
||||||
include/fastscapelib/utils.hpp
|
include/fastscapelib/utils/utils.hpp
|
||||||
|
include/fastscapelib/utils/xtensor_utils.hpp
|
||||||
include/fastscapelib/version.hpp
|
include/fastscapelib/version.hpp
|
||||||
include/fastscapelib/xtensor_utils.hpp
|
|
||||||
lib/cmake/fastscapelib/fastscapelibConfig.cmake
|
lib/cmake/fastscapelib/fastscapelibConfig.cmake
|
||||||
lib/cmake/fastscapelib/fastscapelibConfigVersion.cmake
|
lib/cmake/fastscapelib/fastscapelibConfigVersion.cmake
|
||||||
lib/cmake/fastscapelib/fastscapelibTargets.cmake
|
lib/cmake/fastscapelib/fastscapelibTargets.cmake
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= fastscapelib
|
PORTNAME= fastscapelib
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.2.1
|
DISTVERSION= 0.2.2
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1698169620
|
TIMESTAMP = 1717651075
|
||||||
SHA256 (fastscape-lem-fastscapelib-v0.2.1_GH0.tar.gz) = 6cfc73ad6f0feae4eecdc49a40ee2e58182ac34e2ad0260a194c819ec400f4cf
|
SHA256 (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 21cac72a0586d1ceb1080eadbb60a7b7e81a4d6a7b56edbc696f92ff87fc6566
|
||||||
SIZE (fastscape-lem-fastscapelib-v0.2.1_GH0.tar.gz) = 538142
|
SIZE (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 537207
|
||||||
|
Loading…
Reference in New Issue
Block a user