-
Notifications
You must be signed in to change notification settings - Fork 54
Home
Adrian Martinez Vargas edited this page Dec 17, 2019
·
10 revisions
This wiki site does not replaces the user documentation. It is intended to document the development version and it is a good place to add notes that will be used later to extend the documentation, the one compiled with sphinx.
Please visit https://opengeostat.github.io/pygslib/ to get access to the official documentation.
Here you will also find useful technical articles explaining the theory and implementation of part of the code.
A good place to start:
-
Before compiling in Windows: instruction to install prerequisites to be able to compile
pygslib
in MS Windows. You may want to ignore this page if you are planning to compile the code only in Linux or OX. - To compile pygslib in mac OX see: https://docs.conda.io/projects/conda-build/en/latest/resources/compiler-tools.html. You will need gfortran_osx-64, clang_osx-64, and probably clangxx_osx-64. you can install these with
conda install -c anaconda clang_osx-64 gfortran_osx-64 clangxx_osx-64