Open aphecetche opened 10 months ago
I also found the same issue with the latest MacOS( M3 ), Did you find any solution to this issue?
fatal: not a git repository (or any of the parent directories): .git
Building GENIE framework...
cd /Users/jdsingh/GENIE/src/Generator-R-3_02_00/src/Framework && \
cd Algorithm && make && cd .. && \
cd EventGen && make && cd .. && \
cd GHEP && make && cd .. && \
cd Interaction && make && cd .. && \
cd Messenger && make && cd .. && \
cd Ntuple && make && cd .. && \
cd Numerical && make && cd .. && \
cd ParticleData && make && cd .. && \
cd Registry && make && cd .. && \
cd Utils && make && \
cd /Users/jdsingh/GENIE/src/Generator-R-3_02_00
make[1]: ** No rule to make target AlgConfigPool.', needed by
_ROOT_DICT_FwAlg.cc'. Stop.
make: [framework] Error 2
@JaydipSingh no, I unfortunately did not find a solution for this.
@aphecetche , Did you install it any other way?
I'm trying to compile GENIE (master) on an Apple Mac M1, and it seems that is not supported (e.g. the
Make.include
does not list macosxarm64), and I get :which I'd attribute to a missing
ObjSuf
...Is there a plan to support that platform ?
And/or migrate to a more "modern" build system like CMake (just peeked around the mailing list and found a mention of it way back https://www.jiscmail.ac.uk/cgi-bin/wa-jisc.exe?A2=ind1602&L=NEUTRINO-MC-SUPPORT&P=R1920 but looking at the repo now I don't see any CMakeLists.txt lying around ? )