File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ meson subprojects download assimp
2424echo " > Applying patch to version 0.8.0" | tee -a $setup_log
2525meson subprojects update yaml-cpp --reset
2626echo
27- echo " > Running meson setup build $meson_option " | tee -a $setup_log
28- meson setup build " $=meson_option" >> $setup_log
27+ echo " > Running meson setup build $= meson_option" | tee -a $setup_log
28+ meson setup build $=meson_option >> $setup_log
2929if [ $? -ne 0 ]; then
3030 echo " > Meson Configure failed. Log: "
3131 cat $setup_log
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ geant4_pc_path = gemc_prefix / 'lib/pkgconfig'
6262geant4_pc = geant4_pc_path / ' geant4.pc'
6363g4_pkgconfig_script = meson .project_source_root() / ' meson/g4_pkgconfig.py'
6464if not fs.exists(geant4_pc)
65- message (' geant4.pc not found in ' + geant4_pc + ' , running install script to install it in ' + gemc_prefix)
66- run_command (g4_pkgconfig_script,gemc_prefix, check : true )
65+ message (' geant4.pc not found in ' + geant4_pc + ' , running install script to install it in ' + gemc_prefix )
66+ run_command (g4_pkgconfig_script, gemc_prefix, check : true )
6767endif
6868geant4_dep = dependency (' geant4' , version : ' >=11.3.2' )
6969
You can’t perform that action at this time.
0 commit comments