| [6] | 1 | <obuild>
|
|---|
| 2 |
|
|---|
| [101] | 3 | <package name="snovis" version="v1r1">
|
|---|
| [6] | 4 |
|
|---|
| 5 | <repository>svn.lal.in2p3.fr/nemo/packages</repository>
|
|---|
| 6 |
|
|---|
| 7 | <!-- not this : -->
|
|---|
| 8 |
|
|---|
| [137] | 9 | <reference package="snova" version="v2r0p0" file="obuild/export.obuild"/>
|
|---|
| [6] | 10 |
|
|---|
| 11 | <reference package="G4Lab" version="v8r*" file="obuild/export.obuild"/>
|
|---|
| 12 |
|
|---|
| 13 | <!-- this : -->
|
|---|
| 14 |
|
|---|
| 15 | <dll name="snovis">
|
|---|
| 16 | <directory>../source</directory>
|
|---|
| 17 |
|
|---|
| 18 | <cxx_include>${obuild_snovis_path}</cxx_include>
|
|---|
| 19 |
|
|---|
| 20 | <!-- not this : -->
|
|---|
| 21 |
|
|---|
| 22 | <cxx_include copy="cxx_include" from="Lib"/>
|
|---|
| 23 | <cxx_include copy="cxx_include" from="Slash"/>
|
|---|
| 24 | <cxx_include copy="cxx_include" from="AIDA"/>
|
|---|
| 25 | <cxx_include copy="cxx_include" from="OnX"/> <!-- Helpers -->
|
|---|
| 26 | <cxx_include copy="cxx_include" from="G4Lab"/>
|
|---|
| 27 | <cxx_include copy="cxx_include" from="BatchLab"/>
|
|---|
| 28 |
|
|---|
| 29 | <cxx_include copy="cxx_include" from="HEPVis"/>
|
|---|
| 30 | <cxx_include copy="cxx_include" from="CoinGL"/>
|
|---|
| 31 |
|
|---|
| 32 | <lib copy="lib_LibXML" from="Lib"/>
|
|---|
| 33 | <lib copy="lib" from="expat"/>
|
|---|
| 34 | <lib copy="lib_LibZip" from="Lib"/>
|
|---|
| 35 | <lib copy="lib" from="zlib"/>
|
|---|
| 36 | <lib copy="lib_LibUtils" from="Lib"/>
|
|---|
| 37 |
|
|---|
| 38 | <!-- graphics. -->
|
|---|
| 39 | <lib copy="lib_HEPVisGeometry" from="HEPVis"/>
|
|---|
| 40 | <lib copy="lib_HEPVisUtils" from="HEPVis"/>
|
|---|
| 41 | <lib copy="lib" from="jpeg"/>
|
|---|
| 42 | <lib copy="lib" from="dvi2bitmap"/>
|
|---|
| 43 | <lib copy="lib" from="freetype2"/>
|
|---|
| 44 | <lib copy="lib" from="CoinGL"/>
|
|---|
| 45 | </dll>
|
|---|
| 46 |
|
|---|
| 47 | <application name="prog_snova">
|
|---|
| [87] | 48 | <file>../applications/prog_snova2.cxx</file>
|
|---|
| [6] | 49 |
|
|---|
| 50 | <!-- not this : -->
|
|---|
| [137] | 51 | <cxx_include copy="cxx_include" from="snova"/>
|
|---|
| 52 | <cxx_include copy="cxx_include_geomutils" from="snova"/>
|
|---|
| 53 | <cxx_include copy="cxx_include_snvertex" from="snova"/>
|
|---|
| 54 | <cxx_include copy="cxx_include_sngeom" from="snova"/>
|
|---|
| 55 | <cxx_include copy="cxx_include" from="bhep"/>
|
|---|
| [6] | 56 |
|
|---|
| 57 | <cxx_include copy="cxx_include" from="CLHEP"/>
|
|---|
| 58 | <cxx_include copy="cxx_include" from="Geant4"/>
|
|---|
| 59 | <cxx_include copy="c_include" from="HDF5"/>
|
|---|
| 60 |
|
|---|
| [137] | 61 | <lib copy="lib" from="snova"/>
|
|---|
| 62 | <lib copy="lib_snvertex" from="snova"/>
|
|---|
| 63 | <lib copy="lib_sngeom" from="snova"/>
|
|---|
| 64 | <lib copy="lib_geomutils" from="snova"/>
|
|---|
| 65 | <lib copy="lib" from="bhep"/>
|
|---|
| [6] | 66 |
|
|---|
| 67 | <lib copy="interfaces_lib" from="Geant4"/>
|
|---|
| 68 |
|
|---|
| 69 | <lib copy="lib" from="Geant4"/>
|
|---|
| 70 | <lib copy="lib" from="CLHEP"/>
|
|---|
| 71 | <lib copy="lib" from="HDF5"/>
|
|---|
| 72 | <lib copy="lib" from="zlib"/>
|
|---|
| 73 | </application>
|
|---|
| 74 |
|
|---|
| 75 | <application name="snovis_session">
|
|---|
| 76 | <file>../applications/snovis_session.cc</file>
|
|---|
| 77 |
|
|---|
| 78 | <!-- not this : -->
|
|---|
| [137] | 79 | <cxx_include copy="cxx_include" from="snova"/>
|
|---|
| 80 | <cxx_include copy="cxx_include_geomutils" from="snova"/>
|
|---|
| 81 | <cxx_include copy="cxx_include_snvertex" from="snova"/>
|
|---|
| 82 | <cxx_include copy="cxx_include_sngeom" from="snova"/>
|
|---|
| 83 | <cxx_include copy="cxx_include" from="bhep"/>
|
|---|
| [6] | 84 |
|
|---|
| 85 | <cxx_include copy="cxx_include" from="CLHEP"/>
|
|---|
| 86 | <cxx_include copy="cxx_include" from="Geant4"/>
|
|---|
| 87 | <cxx_include copy="c_include" from="HDF5"/>
|
|---|
| 88 |
|
|---|
| 89 | <cxx_include copy="cxx_include" from="AIDA"/>
|
|---|
| 90 | <cxx_include copy="cxx_include" from="G4Lab"/>
|
|---|
| 91 |
|
|---|
| 92 | <cxx_include copy="cxx_include" from="Lib"/>
|
|---|
| 93 | <cxx_include copy="cxx_include" from="Slash"/>
|
|---|
| 94 |
|
|---|
| 95 | <lib copy="lib" from="OnX"/>
|
|---|
| 96 |
|
|---|
| [137] | 97 | <lib copy="lib" from="snova"/>
|
|---|
| 98 | <lib copy="lib_snvertex" from="snova"/>
|
|---|
| 99 | <lib copy="lib_sngeom" from="snova"/>
|
|---|
| 100 | <lib copy="lib_geomutils" from="snova"/>
|
|---|
| 101 | <lib copy="lib" from="bhep"/>
|
|---|
| [6] | 102 |
|
|---|
| 103 | <lib copy="lib" from="HDF5"/>
|
|---|
| 104 |
|
|---|
| 105 | <lib copy="lib_G4LabUIOnX" from="G4Lab"/>
|
|---|
| 106 | <lib copy="lib_G4LabCore" from="G4Lab"/>
|
|---|
| [137] | 107 | <lib copy="interfaces_lib" from="Geant4"/>
|
|---|
| [6] | 108 | <lib copy="lib" from="Geant4"/>
|
|---|
| 109 | <lib copy="lib" from="CLHEP"/>
|
|---|
| 110 |
|
|---|
| 111 | <lib copy="lib_LibXML" from="Lib"/>
|
|---|
| 112 | <lib copy="lib" from="expat"/>
|
|---|
| 113 | <lib copy="lib_LibZip" from="Lib"/>
|
|---|
| 114 | <lib copy="lib" from="zlib"/>
|
|---|
| 115 | <lib copy="lib_LibUtils" from="Lib"/>
|
|---|
| 116 |
|
|---|
| 117 | <!-- graphics. -->
|
|---|
| 118 | <lib copy="lib_HEPVisGeometry" from="HEPVis"/>
|
|---|
| 119 | <lib copy="lib_HEPVisUtils" from="HEPVis"/>
|
|---|
| 120 | <lib copy="lib" from="jpeg"/>
|
|---|
| 121 | <lib copy="lib" from="dvi2bitmap"/>
|
|---|
| 122 | <lib copy="lib" from="freetype2"/>
|
|---|
| 123 | <lib copy="lib" from="CoinGL"/>
|
|---|
| 124 | </application>
|
|---|
| 125 |
|
|---|
| [134] | 126 | <reference package="snovis" version="v1r1" file="obuild/darwin_app.obuild"/>
|
|---|
| 127 |
|
|---|
| [6] | 128 | <setup>
|
|---|
| 129 | <exec from="OnX"/>
|
|---|
| 130 | <exec from="G4Lab"/>
|
|---|
| 131 |
|
|---|
| 132 | <env name="SNOVISROOT">${obuild_snovis_path}</env>
|
|---|
| 133 |
|
|---|
| 134 | <run_path/>
|
|---|
| 135 |
|
|---|
| [137] | 136 | <!--
|
|---|
| [87] | 137 | <load_library_path copy="load_library_path" from="snova"/>
|
|---|
| [137] | 138 | -->
|
|---|
| [6] | 139 |
|
|---|
| 140 | <load_library_path/>
|
|---|
| 141 |
|
|---|
| 142 | <env name="G4RADIOACTIVEDATA">${Geant4_home}/data/RadiativeDecay3.1</env>
|
|---|
| 143 | <env name="G4LEVELGAMMADATA">${Geant4_home}/data/PhotonEvaporation2.0</env>
|
|---|
| 144 | <env name="G4LEDATA">${Geant4_home}/data/G4EMLOW4.2</env>
|
|---|
| 145 | <env name="NeutronHPCrossSections">${Geant4_home}/data/G4NDL3.10</env>
|
|---|
| 146 | </setup>
|
|---|
| 147 |
|
|---|
| 148 | <release>
|
|---|
| 149 | <copy_dir>
|
|---|
| 150 | <from>scripts</from>
|
|---|
| 151 | <to>Resources/snovis/.</to>
|
|---|
| 152 | </copy_dir>
|
|---|
| 153 | </release>
|
|---|
| 154 |
|
|---|
| 155 | </package>
|
|---|
| 156 |
|
|---|
| 157 | </obuild>
|
|---|