Releases: gbarrand/MEMPHYS
To be in sync with MEMPHYS_vis 12.0.0
Have a inexlib/ourex/geant4 to ease build and run from scratch.
Have inexlib/ourex/geant4.10.03.p01. Clearly users have problems to build by using a "sys geant4" (a pre installed geant4). Then we restore a more straightforward build by embarquing geant4 in the source packing. Moreover our "build distrib" is not ready for a "sys geant4" having not the archive libs (then having only shared libs), and asking people to install geant4 with archives (having the cmake "-DBUILD_STATIC_LIBS=ON") complicate their life.
Moreover the default "ourex/geant4" build permits us to build easily on Windows-10.
We deposit here also the needed geant4 data files to run the MEMPHYS_sim (it is not in the binary distribs). You have to unzip geant4_data_103.zip somewhere (for example /usr/local/geant4/data_103) and change in the run_g410x_setup.[csh,sh] setup scripts the G4 environment variables to point to the right directories.
11.1.1
Minor release : add exa_run/times.ttf file and correct some warnings for g++-8.1.0.
- exa_run/times.ttf : for the read_plot.cpp and read_plot_offscreen apps to have nice fonts.
- mgr/ref/out_read_plot_offscreen.png : reference plot to help testing an installation.
- mgr/build_distrib : change message for optional not built applications.
- inexlib/inlib/inlib/forit, strip, xml/tree : g++ 8.1.0 : rm warnings.
- inexlib/inlib/inlib/glutess : GLU_[FALSE,TRUE] => INLIB_GLU_[FALSE,TRUE].
To avoid a cpp clash with an inclusion of glu.h from another source. - inexlib/ourex/gl2ps/source/gl2ps.c : gl2psBeginPage : gl2ps->boundary init missing. Have : gl2ps->boundary = GL_FALSE;.
- history file.
Note that the binary MEMPHYS-11.1.1-Linux-x86_64-gcc_540.zip had been built on the EuroNuNet VM, and that the MEMPHYS-11.1.1-Linux-x86_64-gcc_485.zip had been built on a centos7 VM.
11.1.0
Simulation only
Have in this release the simulation only. The structure of what is under MEMPHYS/MEMPHYS is similar to a Geant4 example. Someone can build also with cmake, The visualisation is displaced in the MEMPHYS_vis package. Binaries done with Geant4 10.03.p01.