From af8b44dff856cd5d42e648f22ed49e9c5c4f4d20 Mon Sep 17 00:00:00 2001 From: Haipeng Lin Date: Fri, 2 Feb 2024 03:25:18 -0500 Subject: [PATCH] temp fix compile paths --- bld/configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bld/configure b/bld/configure index a87590de73..a76af819a6 100755 --- a/bld/configure +++ b/bld/configure @@ -2191,11 +2191,11 @@ sub write_filepath } # hplin 2/2/24 cc-fjx - print $fh "$chem_src_dir/geoschem_src/GeosCore\n"; - print $fh "$chem_src_dir/geoschem_src/GeosUtil\n"; - print $fh "$chem_src_dir/geoschem_src/Headers\n"; - print $fh "$chem_src_dir/geoschem_src/ISORROPIA\n"; - print $fh "$chem_src_dir/geoschem_src/KPP/fullchem\n"; + print $fh "$camsrcdir/src/chemistry/geoschem/geoschem_src/GeosCore\n"; + print $fh "$camsrcdir/src/chemistry/geoschem/geoschem_src/GeosUtil\n"; + print $fh "$camsrcdir/src/chemistry/geoschem/geoschem_src/Headers\n"; + print $fh "$camsrcdir/src/chemistry/geoschem/geoschem_src/ISORROPIA\n"; + print $fh "$camsrcdir/src/chemistry/geoschem/geoschem_src/KPP/fullchem\n"; if ($chem =~ /_mam/) { print $fh "$camsrcdir/src/chemistry/modal_aero\n";