Skip to content
Snippets Groups Projects
  1. Nov 15, 2013
  2. Nov 12, 2013
  3. Aug 20, 2013
    • matta's avatar
      * Patch the liblist and makefile script · aec77417
      matta authored
       - Some old machine requiered the -e flag in front of echo to interpret correctly the \t command as a tab
      - some new machine ignore -e and the make fail later
      - The solution to both is to suppress the -e flag (done before) and replace \t by the ascii code \011
      aec77417
  4. Jan 09, 2013
    • nicolas's avatar
      * Modify compilation scheme of NPLib · 2faa99e9
      nicolas authored
         Now, one should first execute the configure
         script and then run make
      
       * There is the possibility to pass as arguments
         of the configure script detector names, e.g:
         ./configure must2 cats
         
       * Moreover, there is the possibility to compile
         specific detectors, e.g: make must2
      2faa99e9
  5. Jul 16, 2012
  6. Mar 13, 2011
  7. Nov 16, 2010
    • deserevi's avatar
      * Change scheme for NPL Makefile · 5d65b1ce
      deserevi authored
         + scripts are used to move header files, libraries to the include and
           lib directories
         + scripts are located in NPLib/scripts
         + liblist is know created on the fly and is removed from the NPTool 
           package
      
      * Update NPL Makefile to include Paris and Shield detectors
      5d65b1ce
Loading