Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e7eefbe7 authored by DEBREUVE Eric's avatar DEBREUVE Eric
Browse files

updated instructions

parent c080d448
No related branches found
No related tags found
No related merge requests found
...@@ -13,28 +13,4 @@ In main.py (re-check necessity periodically as this should not be necessary): ...@@ -13,28 +13,4 @@ In main.py (re-check necessity periodically as this should not be necessary):
--- Some random notes (should be obsolete) --- Some random notes (should be obsolete)
/mingw64/bin/CC.exe -fPIC -std=c++11 -O2 -shared -o libarmadillo.so CMakeFiles/armadillo.dir/src/wrapper1.cpp.obj CMakeFiles/armadillo.dir/src/wrapper2.cpp.obj /mingw64/lib/libblas.dll.a /mingw64/lib/liblapack.dll.a /mingw64/lib/gcc/x86_64-w64-mingw32/9.2.0/libgfortran.a
https://packages.msys2.org/search
Install libgfortran
Modified link.txt in C:\Users\eric\Documents\code\python-to-exe to point to the appriopriate version of the libraries (.dll.a, not .a)
Modified shared:
/mingw64/bin/CC.exe -fPIC -std=c++11 -O2 -shared -o libarmadillo.so CMakeFiles/armadillo.dir/src/wrapper1.cpp.obj CMakeFiles/armadillo.dir/src/wrapper2.cpp.obj /mingw64/lib/libblas.dll.a /mingw64/lib/liblapack.dll.a /mingw64/lib/gcc/x86_64-w64-mingw32/9.2.0/libgfortran.a
Maybe final
/mingw64/bin/CC.exe -fPIC -std=c++11 -O2 -shared -o libarmadillo.so CMakeFiles/armadillo.dir/src/wrapper1.cpp.obj CMakeFiles/armadillo.dir/src/wrapper2.cpp.obj /mingw64/lib/libblas.dll.a /mingw64/lib/liblapack.dll.a
$ cd /mingw64/x86_64-w64-mingw32/include
$ ln -s /usr/include/armadillo
$ ln -s /usr/include/armadillo_bits
$ cd /mingw64/lib/
$ ln -s /usr/lib/libarmadillo.so
$ find /c/Users/eric/Documents/code/armadillo/armadillo-9.800.3 -name '*.obj'
./CMakeFiles/armadillo.dir/src/wrapper1.cpp.obj
./CMakeFiles/armadillo.dir/src/wrapper2.cpp.obj
If tifffile is missing, then DIO_6H_6_1.70bis_2.2_3.tif, when read with skimage.imread, appears as a 4-D (last dim=color) image which only contains zeros in the first channel. If tifffile is missing, then DIO_6H_6_1.70bis_2.2_3.tif, when read with skimage.imread, appears as a 4-D (last dim=color) image which only contains zeros in the first channel.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment