Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -43,14 +43,14 @@ PIP --- The pip installation requires a local compilation, so you need to have a C++ (C++17 compatible) compiler installed locally on your system. To compile and install BasicTools (version 1.9.10 in this case) with pip: To compile and install BasicTools (version 1.9.11 in this case) with pip: wget https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.zip unzip boost_1_82_0.zip set BASICTOOLS_USE_EIGENCYEIGEN=1 set BASICTOOLS_EXTERNAL_BOOST_DIR=%cd%\boost_1_82_0 pip install eigency mkl numpy sympy mkl-include cython wheel pip install BasicTools@https://gitlab.com/drti/basic-tools/-/archive/1.9.10/basic-tools-1.9.10.tar.bz2 pip install BasicTools@https://gitlab.com/drti/basic-tools/-/archive/1.9.11/basic-tools-1.9.11.tar.bz2 Loading docs/Intro.rst +2 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ Two C++ libraries, Eigen and boost, are needed during compilation (we onnly use Eigen can be found inside the pip package eignecy. To use this embedded version the BASICTOOLS_USE_EIGENCYEIGEN must be set to 1. The C++ boost library is not present in PyPI so a manual installation is required. To compile and install BasicTools (version 1.9.10 in this case) with pip: To compile and install BasicTools (version 1.9.11 in this case) with pip: .. code-block:: Loading @@ -59,7 +59,7 @@ To compile and install BasicTools (version 1.9.10 in this case) with pip: set BASICTOOLS_USE_EIGENCYEIGEN=1 set BASICTOOLS_EXTERNAL_BOOST_DIR=%cd%\boost_1_82_0 pip install eigency mkl numpy sympy mkl-include cython wheel pip install BasicTools@https://gitlab.com/drti/basic-tools/-/archive/1.9.10/basic-tools-1.9.10.tar.bz2 pip install BasicTools@https://gitlab.com/drti/basic-tools/-/archive/1.9.11/basic-tools-1.9.11.tar.bz2 or for the latest master version: Loading setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ [metadata] name = BasicTools version = 1.9.10 version = 1.9.11 url = https://gitlab.com/drti/basic-tools author = Safran license = BSD 3-Clause License Loading src/BasicTools/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ __copyright_holder__ = "Safran" __copyright_years__ = "2016-2023" __copyright__ = "{}, {}".format(__copyright_years__,__copyright_holder__) __license__ = "BSD 3-Clause License" __version__ = "1.9.10" __version__ = "1.9.11" def Preload(subSubModule= "BasicTools"): import time Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -43,14 +43,14 @@ PIP --- The pip installation requires a local compilation, so you need to have a C++ (C++17 compatible) compiler installed locally on your system. To compile and install BasicTools (version 1.9.10 in this case) with pip: To compile and install BasicTools (version 1.9.11 in this case) with pip: wget https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.zip unzip boost_1_82_0.zip set BASICTOOLS_USE_EIGENCYEIGEN=1 set BASICTOOLS_EXTERNAL_BOOST_DIR=%cd%\boost_1_82_0 pip install eigency mkl numpy sympy mkl-include cython wheel pip install BasicTools@https://gitlab.com/drti/basic-tools/-/archive/1.9.10/basic-tools-1.9.10.tar.bz2 pip install BasicTools@https://gitlab.com/drti/basic-tools/-/archive/1.9.11/basic-tools-1.9.11.tar.bz2 Loading
docs/Intro.rst +2 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ Two C++ libraries, Eigen and boost, are needed during compilation (we onnly use Eigen can be found inside the pip package eignecy. To use this embedded version the BASICTOOLS_USE_EIGENCYEIGEN must be set to 1. The C++ boost library is not present in PyPI so a manual installation is required. To compile and install BasicTools (version 1.9.10 in this case) with pip: To compile and install BasicTools (version 1.9.11 in this case) with pip: .. code-block:: Loading @@ -59,7 +59,7 @@ To compile and install BasicTools (version 1.9.10 in this case) with pip: set BASICTOOLS_USE_EIGENCYEIGEN=1 set BASICTOOLS_EXTERNAL_BOOST_DIR=%cd%\boost_1_82_0 pip install eigency mkl numpy sympy mkl-include cython wheel pip install BasicTools@https://gitlab.com/drti/basic-tools/-/archive/1.9.10/basic-tools-1.9.10.tar.bz2 pip install BasicTools@https://gitlab.com/drti/basic-tools/-/archive/1.9.11/basic-tools-1.9.11.tar.bz2 or for the latest master version: Loading
setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ [metadata] name = BasicTools version = 1.9.10 version = 1.9.11 url = https://gitlab.com/drti/basic-tools author = Safran license = BSD 3-Clause License Loading
src/BasicTools/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ __copyright_holder__ = "Safran" __copyright_years__ = "2016-2023" __copyright__ = "{}, {}".format(__copyright_years__,__copyright_holder__) __license__ = "BSD 3-Clause License" __version__ = "1.9.10" __version__ = "1.9.11" def Preload(subSubModule= "BasicTools"): import time Loading