tudo-astroparticlephysics / PROPOSAL

Monte Carlo Simulation propagating charged Leptons through Media as C++ Library
GNU Lesser General Public License v3.0
35 stars 21 forks source link

Fix sources for local conanfile.py to use local files #384

Open Jean1995 opened 9 months ago

Jean1995 commented 9 months ago

Fixes #368

Doing something like conan create . 7.6.3@jean/local01 (with conan 1.x) didn't work because it tried fetching the sources from some external url defined in a conandata.yml. This makes sense for the conanfile.py in the conan-center-index, but not locally in the GitHub repository. Instead, we just want to use the source files within this repository, which is done with export_sources.