Skip to main content

G+Smo (Geometry + Simulation Modules)

Project description

     GGGGGGGGG      GGGG      GGGGGGGGG  GGGGGG   GGGGGG  GGGGGGGGGG
    GGGG            GGGG     GGGG        GGGGGG  GGGGGG  GGGG   GGGG
   GGGG         GGGGGGGGGGGG GGGGGGGGG   G GGGG  G GGGG GGGG    GGGG
   GGGG GGGGGG GGGGGGGGGGGGG GGGGGGGGGG GG GGGG GG GGGG GGGG   GGGGG
  GGGGG  GGGGG GGGGGGGGGGGG  GGGGGGGGG  GG GGGGGG GGGG  GGGG   GGGG
  GGGG   GGGG      GGGG           GGGG  GG  GGGG  GGGG  GGGG   GGGG
   GGGGGGGGGG      GGGG     GGGGGGGGG  GG   GGG   GGGG  GGGGGGGGGG

======================================================================
=====             Geometry plus Simulation modules               =====
=====                   https://github.com/gismo                 =====
======================================================================

DOI GitHub License Static Badge

Static Badge GitHub Release GitHub Release Date GitHub commits since latest release GitHub Downloads (all assets, latest release)

Static Badge PyPI - Python Version PyPI - Downloads GitHub Actions Workflow Status badge

Static Badge GitHub Downloads (all assets, all releases) GitHub Downloads (all assets, all releases) badge

Continuous Integration status

System Status More information
CDash cdash Report results from all builds
Circle CI CircleCI MacOS XCode 14.3 (x86_64/arm64)
GitLab Gitlab Pipeline Status Linux non-default configurations
GitHub Actions GitHub Actions Workflow Status Latest Linux/MacOS/Windows
GitLab-Inria Build Status CI at Inria
OpenSUSE build result Latest OpenSUSE build as part of the science repository
GCC Farm Status Builders from the GCC Farm
OBS build result Upstream binaries for Linux distributions
Launchpad binaries Upstream package builds for Ubuntu distributions

This README file contains brief information. More details are found ina the Wiki pages.

The latest revision of the code can be obtained using git (via https):

git clone https://github.com/gismo/gismo.git

or using subversion:

svn co https://github.com/gismo/gismo/trunk gismo

or as a tar.gz or zip file:

Prerequisites

Compilation

The compilation requires configuration using CMake at a new, empty folder (in-source builds are disabled).

  • On Linux/macOS: A Unix makefile exists in the root source folder. Running make creates a sub folder named build and executes CMake and compilation inside that folder. Alternatively, choose your own build folder and execute CMake pointing to the sources.

  • On MS Windows:

    • To compile G+Smo natively, you can use MS Visual Studio which has built-in CMake support since version 2015. Alternatively, you can run the cmake-gui tool (from an environment that is configured with your compiler) to generate makefiles (or Visual Studio project files). Then execute the make tool to launch compilation. Alternatively, use the QtCreator GUI and open the CMakeLists.txt file on the root folder to create a QtCreator project.

    • Another option is to install Windows Subsystem for Linux which:

      lets developers install a Linux distribution [...] and use Linux applications, utilities, and Bash command-line tools directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup.

      Then you can download, compile and use G+Smo as if your were using a native Linux machine.

After successful compilation a dynamic library is created in ./lib and executable example programs are output at the ./bin subdirectory of the build folder.

Additionally, if Doxygen is available on the system one can execute (eg. on Linux):

make doc

to obtain the Doxygen documentation in HTML format. The main doxygen page is at ./doc/html/index.html.

More information at https://github.com/gismo/gismo/wiki

Optional modules

There is a number of optional modules that may be enabled.

Name Description
gsOpenCascade Extends functionality using OpenCascade
gsElasticity
gsKLShell
gsStructuralAnalysis

To enable e.g. gsSpectra and gsOpenCascade set the following option in CMake:

-D GISMO_OPTIONAL="gsSpectra;gsOpenCascade"

Configuration Options

The available options are displayed at CMake configuration. Short description and default setting follows:

  • CMAKE_BUILD_TYPE Release

    Available values are the standard CMake build configurations: Debug, Release, RelWithDebInfo, MinSizeRel.

  • GISMO_COEFF_TYPE double

    The arithmetic type to be used for all computations. Available options include double, long double, float.

  • GISMO_EXTRA_INSTANCE not set

    If set to one or more of the options available for GISMO_COEFF_TYPE the G+Smo library is compiled with extra arithmetic types enabled.

  • GISMO_WITH_XDEBUG OFF

    If set to ON additional debugging tools are enabled during compilation. These include checked iterators for GCC and MSVC compilers and call stack back-trace printout when a runtime exception occurs.

  • GISMO_BUILD_LIB ON

    If enabled a dynamic library is created using GISMO_COEFF_TYPE arithmetic. A target for a static library named gismo_static is also created but not compiled by default.

  • GISMO_BUILD_EXAMPLES ON

    If enabled the programs in the examples folder are compiled, and executables are created in build-folder/bin.

  • GISMO_BUILD_UNITTESTS OFF

    If enabled the tests in the unittests folder are compiled, and an executable is created in build-folder/bin.

  • GISMO_PLUGIN_AXL OFF

    If enabled the plugin for Axel modeler is compiled (requires Axel).

  • gsOpennurbs

    Extension for reading and writing of Rhinoceros' 3DM.

  • CMAKE_INSTALL_PREFIX (system dependent)

    The location for installation of the library, e.g. /usr/local on some Linux systems.

Directory structure

The source tree consists of the following sub-folders:

  • src

Contains all source files. Code is partitioned into modules. Currently eleven modules are present as sub-folders:

  • gsCore
  • gsMatrix
  • gsNurbs
  • gsHSplines
  • gsModeling
  • gsAssembler
  • gsSolver
  • gsPde
  • gsTensor
  • gsIO
  • gsUtils
  • examples

    Examples of usage, small programs and tutorials.

  • unittests

    Unittests for some parts of the codebase.

  • filedata

    Data files in the XML format the G+Smo can read and write.

  • extensions

    Optional additional features that can be compiled along G+Smo.

  • plugins

    The plugins for:

    • Axel modeler
    • Rhinoceros' 3DM
  • cmake

    Cmake configuration files.

  • doc

    Files related to doxygen documentation.

Third-party repository distribution

Contact and support

People

Coordinator and maintainer: Angelos Mantzaflaris

See full list in our wiki pages

OS-license

The G+Smo library is distributed under the Mozilla Public License v2.0. (see LICENSE.txt).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygismo-25.7.0.tar.gz (4.2 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pygismo-25.7.0-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl (5.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ppc64lemanylinux: glibc 2.28+ ppc64le

pygismo-25.7.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pygismo-25.7.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pygismo-25.7.0-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl (5.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ppc64lemanylinux: glibc 2.28+ ppc64le

pygismo-25.7.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pygismo-25.7.0-cp314-cp314-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pygismo-25.7.0-cp314-cp314-macosx_10_15_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pygismo-25.7.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pygismo-25.7.0-cp313-cp313-macosx_11_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pygismo-25.7.0-cp313-cp313-macosx_10_13_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pygismo-25.7.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pygismo-25.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pygismo-25.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pygismo-25.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pygismo-25.7.0-cp312-cp312-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pygismo-25.7.0-cp312-cp312-macosx_10_13_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pygismo-25.7.0-cp312-cp312-macosx_10_9_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

pygismo-25.7.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pygismo-25.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pygismo-25.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pygismo-25.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pygismo-25.7.0-cp311-cp311-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pygismo-25.7.0-cp311-cp311-macosx_10_9_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pygismo-25.7.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pygismo-25.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygismo-25.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pygismo-25.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pygismo-25.7.0-cp310-cp310-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pygismo-25.7.0-cp310-cp310-macosx_10_9_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pygismo-25.7.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pygismo-25.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pygismo-25.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pygismo-25.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pygismo-25.7.0-cp39-cp39-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pygismo-25.7.0-cp39-cp39-macosx_10_9_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pygismo-25.7.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pygismo-25.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pygismo-25.7.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pygismo-25.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pygismo-25.7.0-cp38-cp38-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pygismo-25.7.0-cp38-cp38-macosx_10_9_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file pygismo-25.7.0.tar.gz.

File metadata

  • Download URL: pygismo-25.7.0.tar.gz
  • Upload date:
  • Size: 4.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pygismo-25.7.0.tar.gz
Algorithm Hash digest
SHA256 f25e3b7353301882d28a3f537bbd48bff58eb4aa79bba682388fa507fad8fca4
MD5 d329da359be1f7c4c0f8a07aae64fa28
BLAKE2b-256 e4a24c782d2220a7f553b9a69ec8c596a135791cfae8bd334f75ed3b5acd0880

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 4aa68cfc297ae45e9fa39da98a2ef467cf44b6e628c3a4f97e98de5f7fc5828a
MD5 58e5861b42981a5110963501ec34c33c
BLAKE2b-256 a056250e4329e4e3467450c2fe45079c89d82f38d3ef8318dccdd02e10efea8b

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27474fd3cf58e46adbe34ef1146fa4692a27a76be2d6a04ff26dda9e480bd3e7
MD5 62f5dea69e77949a4416f7cc964b712f
BLAKE2b-256 e1c894eb24ce3b58fe6001a183b35cb65a626a44a1555b0f36adfae4395319d0

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 905325110bfe91720196873967672a9f670bb70a1413b07eedc677896d946c97
MD5 8da53e145149673e0f5fc0de22e759ed
BLAKE2b-256 4955f04280d72a31934e94f1d1e3898b4d122f31b38571806bca4911b257266f

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 952ec6da5d2e19c531af2486d29f35baede700d2a77d01ece944124a5675751d
MD5 2c4bb731553a246f1e6a7a900ddbe49e
BLAKE2b-256 1f783bb4c39182209f8eb6ffd7e67314b6c99e9156fac811e54e1483628eafe5

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 24976fdd4fde83d76a5c20bcf9ccd09044c64b12fbd07f3cf84c973b9604cbfa
MD5 d3207e604b0ff7a80d7072ec78b87cdd
BLAKE2b-256 e91cba5e6d18e48fee32a9ad78c363331ca1eee57bb8bfc8209005b123a12447

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f81bbf3194b2f8ebf44fe9da471e5a2be3caa9d53fc4d4579fd658ad8b8476f
MD5 98a0f0e4a68656579d2e14604fd8a8b7
BLAKE2b-256 3410de1e2d4f97c1a8bd49095faa47e45e72fd51b03e4dc810019a61001e9d9e

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 71b383b0b6981c54e98d27e8e9ea1de27243dacd4417a732449ff4e5332d07e6
MD5 f86e3acf204d099d7614b42a68606732
BLAKE2b-256 12030198639ee4ec4c1fb744877a6c29c663efc4ef13480f2da2ba1d70f01d29

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e9985f93a569dcef45d31c26b9a56800ac65f76240fb51bd8a3a3ad5d621053
MD5 f55da7f4e660cc5b68ec860e1fa935c9
BLAKE2b-256 63c87d5ce20ad23842ecec50bcb868ded0a7ed328d6912d0b5fde6c602a927eb

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13ba0f432b7331244e755a695d48a38294f3b43c81ae9e07c06ebd62a63b1d59
MD5 faae0caf0886d2f59e79d770434ca975
BLAKE2b-256 1ec37a947d12bf009e598357331c840a3cebc4f36b37332984e37ea42ade1a4c

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 42c364f3ec13cae4b4832fbd514c4bc4bd872de01634eb9ecebef7be1e996af2
MD5 19c7d186e478b964b5751a50402b9af6
BLAKE2b-256 479bb2b1bcefc3864270f6b87d523033d3c9d5d93b5ebc134b330cfc0e6c1492

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e9ab3483b7127740f387c7c862ed946026a8a4bd25c2780a1dac0882ca51394
MD5 c0590718a2df2a5f42a39520860e52df
BLAKE2b-256 e7e1dce518b39c18b84fcf1381c0a165445070c9364e707ce2ecb74292ab7391

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4352fdcd1a03a4b885d4e985b041788d6f01c7a48e9c9864e5653f46fb241bf2
MD5 1e9a3232de2fd35c09525e54d4f6f6b4
BLAKE2b-256 722c5cbaa2f9ec6dc6c0cf243b944efd96edf6be59ee1c26e03d71736da4a613

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b1ca54d15233e49e983c7f24f07b5976106bce75fa5ea7b1c563eb3137b8639d
MD5 8874d8432f78d6026ed13ebf60ae45c4
BLAKE2b-256 29a1dbb7bdf98c5ed6c81f3ef54a4ede5790ee937af5ceaff5581be80a57f055

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe241033f9c0fe708ba0f73c7aaeccae84674fdb2d2ba2281634d515fdae4568
MD5 9961b43a1e62827ea7fbb53f1dafab4d
BLAKE2b-256 51a6e21b5fd6b64a7eb818372feef6137a169de62f30a718e8ba20494e75549f

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f487ee09c7d8f6b330865f6cb14f02cbc664c4c4ab31ef285466fecc22567e4
MD5 45fdf1215bbd5fad7d12adc4432a8972
BLAKE2b-256 2641d1b6f622cda648349a27944b553c32c3cfb6aa849874f594a97a2822e19c

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0d8369559b182b1610e5204ee2eb218709e33f9fc4f9f0176ec8e9194e85d965
MD5 a4e72827dabfbaadf4fded0f820fc6f5
BLAKE2b-256 0176336d14c611d7d785270a54ba0d021a1fba70edaa59e85644359aedc09b73

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e941b2034809b8eafbb836c91e662c70620335fabb7d79dc1d34ac147228bcb
MD5 e1330720a25b12bddc90657e3e2145a1
BLAKE2b-256 b0b721eadc396edf99f9e17370f091abd51c466425284c97e4017625552c99fa

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 20a381d6cfea5733fdf82e5d2fb14137d5dc305d790cec5b9c2bd49272a9923b
MD5 813cba2d1903f2bf85f22c5725c29c5c
BLAKE2b-256 0c53ce7c8be2eb7eeb5f56a2d0035c6d1ebc9cf1e20e71b687be7298723b15cf

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33f2407e1093e7a293efc078858a5a5b0c310a4871c6569ccdf5da606e88cbe5
MD5 014b114d7d74a5f5ba2cc14579300988
BLAKE2b-256 ecd900ffbbf0d6edbd9b13d732648dd49a369d2ea450dfbd0d4a468074a37763

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 19566d683e40784a0a9194e38f1514548e24752b1357b7225ca493d3bbb410b4
MD5 be99b382e2692cf15e766b1039d91020
BLAKE2b-256 799feb4ae8afb32f386fb4eb398d65de78704ab68b7a55c40fb8434a873234c5

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5622119be87b19357f71b73b961d5bd3d858cb4ee1edb71e2e3996655c527c7
MD5 b92496aff3212774e6474cca06260293
BLAKE2b-256 df1466e50f236b43154664f2ce4d3ae0b0a9f8d05e12e23c54b89130d171d3e8

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 090cfaa91d24f392a92e5fd9e628db5f43bc4810e3ed05b74347b5182aac74a5
MD5 59ab76e3bbcc8ef3fa0b41e425e8ec07
BLAKE2b-256 86aa21ceb88530ea1e4747ab775bffc7da1a6ccd95a15cef6801c38c2114f134

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3bd2ed2fa828a837ea9cc969f8cbcfeb70de17f49f5472ae9d0c450f25816eab
MD5 894887d16e9d3f29b3e3be2e41a51fc0
BLAKE2b-256 1a63177a30512062ccae165996cea0bad0eececfdd203001f2fbe27e6d6bcc24

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3b9e484ec4047c37f4fcbb70cd925b602fcfe59504bf830a3ff1f262092183f4
MD5 5a83728aeb35f1e87afe932c8a601a56
BLAKE2b-256 a843e64a0f90be9492171ca44e9bd31fad01ce2378b85d1fc1d5fb32152b9284

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0443535c9b66c66b4169c79f1714d13c0ba3c47dce5f10d1d4ef711b1f677ce7
MD5 a2b0f4d513573057572a1d9616545e82
BLAKE2b-256 2a5bd21a4c41f6041a5e2bebc6f40f27524a223b25e69071c09bb660fd840dd7

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f86da767995808e29b16a92baff167432031a128ba941fa27c8a39a82fd66dd7
MD5 2fcba570d4a14da8d8f77ed91173622c
BLAKE2b-256 f3252b5a19a6e09585de20f7cccce8a265bfe2257b6345922f2d27050ea0a049

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 970dcdaa4b2a02e016586faba1fd32c604ec8035bd7d4ad82c74156d2e8760d3
MD5 bfd1a9080fc2156c54d093705aacecbd
BLAKE2b-256 33e15420d82c758855adbe1ce0b9c013bc35eaf82eca80c58ef8cd309c0d7da3

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a473c10e2deb4548e647d677bb42f15b742bac689775fb4378a2144ad4aacbc
MD5 653746e05bca96e40ed1f745541d6d5a
BLAKE2b-256 aee6d88769f75ae69d0ceb7fac71027707fd4b4a2d10c141d074edbae97db70e

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1f89859873de6cb3b0f2d8f702cf1a7083743c588e959c27b5d14fb5ce89c06c
MD5 a6a2e4785bb7846823c1fda02f6f813d
BLAKE2b-256 dff96f7a46c9acbe7169752a71108aafa1bb7669391e3a71c364c50e6a1e222b

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3135d17fa6df7b7ae5ae62d912c1bb3d2a0ae350f80f98aeee356d115d2d356c
MD5 7cb5ef08a448e5b791fd41f2d398b405
BLAKE2b-256 894b5176c08786f86d5fdb9f4b7a972d5a7b73baa0441b9d915fa5b574090465

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ded91e0a96e681d40bf9d2f57999ea59aeabe34071c262bf85297f7045ecdd1f
MD5 80d41e8157f5bca6ede5d18e13c06aeb
BLAKE2b-256 ea7a2acc0c699c94ae85dbeb73f68a85d43e84278e2ec64d04b59ee32efe77f6

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0602da2e6d012a1ebc1510cf539ae8d9f194231b20aeeda7252c2689207e4112
MD5 fddd4f1032916a1d62347823d4c34ebf
BLAKE2b-256 2f4e2fe14f07b4374760aeb1e964663204390cdccc9a55c20f0b24b2553a6098

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dcb33d1010977288454b2c7f530a75060b85333d016145983a928cbfd647a10c
MD5 81882f054f38ad62142ec3c5b3a33652
BLAKE2b-256 c4c0b4a470cb1fd1261ee580373e0cc0af7a346eb1db751306f9df195df31a6a

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6e0e6e69f90321fa0c1c209f46827d7b0409283a6b7ceb9fb7d5c8ad9bb8106
MD5 70140facf769b516d31bae2422bbe69e
BLAKE2b-256 640cb86d8d81669a0375888ce5a3be9cbb7c2c8f3abfb086a0bfcdbeebf43710

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5f1f94ebbc4291a93d3dbf9447e9331a028739b2426e7ac60029b420a2f46ec9
MD5 f994a3092f36b38f85ae09cb08bc54e6
BLAKE2b-256 52bd1eb6a23196ba459008ef64b5929521f1b60787cceecdb37ff7cdf139fbf3

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92070195f1a84c019d27d56337765a0817e2cb5e0e69ee71bf45869892fb38e5
MD5 063724dfa8a0747c94956fd7ed0ce22b
BLAKE2b-256 649b91532ff6db47d58a32b48c5f29f77006d35c8aa66ea05837679e111d9488

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ba312c4245e6af513e08d36966c6f1280e05609e0002ca2ed88356bee433e57
MD5 abb4101d6f0ab92ac1fcfb8ba82f0e9d
BLAKE2b-256 6763e49ce33de3f5edd18dd3a4941756b9b83117133381ac698e836cb7329d28

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b4c249eb39e88cce108ad90b2cbb79ea3b92e86e1763fcb59bc097c14468b7da
MD5 b1d64cc8f59970944b7cfd32cc9cfbba
BLAKE2b-256 61e90cc6fe6801360471e19ec24ca45d70e048c8bff9415b716e7a00d937a562

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf2e316b3ff41b5d59f79014f078bb5217d1ad74d28c3b3eaa4c649529933bb4
MD5 0e76db83b872febf72199b8495b93fb4
BLAKE2b-256 2ad85aa80013efcc5ccb8845932cd547597ab5aa20ab55ad58b42c673278560c

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47c8329ab1b0a33bfde405cdd700394b380fd9e6357ee0080ecfa3694452dc86
MD5 c8dd7417fcd3d6fb56fdaa896c1c579f
BLAKE2b-256 eccf144f726ab39fdfaea05756bc8a13e34cd192f81a461df213abef33f57361

See more details on using hashes here.

File details

Details for the file pygismo-25.7.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.7.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 317ca4236a67d65fab1991d33108733c09ce1b5d6fc66082fb3377e43f446c3a
MD5 ae60594c8b051165a4af4d6974ee1656
BLAKE2b-256 5d53be4fbed7b6dc41e5328a98f4c8c5cd04dc05bb0bbea9e6b435216dc3f1ef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page