| ... | ... | @@ -191,3 +191,20 @@ les lignes correspondent donc aux opération et les colones aux opérandes |
|
|
|
- Création du parseur en Julia par rapport au format de celui en C++
|
|
|
|
- Problème: Julia peut mettre le signe infinie dans les intervalles
|
|
|
|
|
|
|
|
|
|
|
|
# **27/03/2020**
|
|
|
|
Set up :
|
|
|
|
* dans GAOL/mathlib-2.1.1:
|
|
|
|
* ./configure --prefix=$PWD/../../local/
|
|
|
|
* make
|
|
|
|
* make install
|
|
|
|
* Dans GAOL/gaol-4.2.0:
|
|
|
|
* ./configure --prefix=$PWD/../../local/ --with-mathlib-include=$PWD/../../local/include --with-mathlib-lib=$PWD/../../local/lib
|
|
|
|
* make
|
|
|
|
* make install
|
|
|
|
* dans le dossier des sources:
|
|
|
|
* g++ -I../../local/include -L../../local/lib -o test_GAOL test_GAOL.cpp -lgaol -lm -lultim -lgdtoa
|
|
|
|
* export LD_LIBRARY_PATH=$PWD/../../local/lib:$LD_LIBRARY_PATH
|
|
|
|
|
|
|
|
Le fichier actuel à utiliser cest test_GAOL0.cpp
|
|
|
|
|