Commit 1c8ca332 authored by Felipe Bordeu's avatar Felipe Bordeu
Browse files

move to 1.9.9

parent 17b1cd63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.8 in this case) with pip:
To compile and install BasicTools (version 1.9.9 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.8/basic-tools-1.9.8.tar.bz2
    pip install BasicTools@https://gitlab.com/drti/basic-tools/-/archive/1.9.9/basic-tools-1.9.9.tar.bz2



+2 −2
Original line number Diff line number Diff line
@@ -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.8 in this case) with pip:
To compile and install BasicTools (version 1.9.9 in this case) with pip:

.. code-block::

@@ -59,7 +59,7 @@ To compile and install BasicTools (version 1.9.8 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.8/basic-tools-1.9.8.tar.bz2
    pip install BasicTools@https://gitlab.com/drti/basic-tools/-/archive/1.9.9/basic-tools-1.9.9.tar.bz2

or for the latest master version:

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

[metadata]
name = BasicTools
version = 1.9.8
version = 1.9.9
url = https://gitlab.com/drti/basic-tools
author = Safran
license = BSD 3-Clause License
+1 −1
Original line number Diff line number Diff line
@@ -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.8"
__version__ = "1.9.9"

def Preload(subSubModule= "BasicTools"):
    import time