Changeset 28082


Ignore:
Timestamp:
01/30/24 19:50:50 (14 months ago)
Author:
jdquinn
Message:

CHG: Generalized m1qn3 makefile and config to allow for shared and static builds; cleanup of Triangle makefiles/configs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r28005 r28082  
    16181618                        M1QN3LIB="-Wl,-L${M1QN3_ROOT} -Wl,-lm1qn3 -Wl,-lddot"
    16191619                else
    1620                         M1QN3LIB="${M1QN3_ROOT}/libm1qn3.a ${M1QN3_ROOT}/libddot.a"
     1620                        M1QN3LIB="-L${M1QN3_ROOT} -lm1qn3 -lddot"
    16211621                fi
    16221622                AC_DEFINE([_HAVE_M1QN3_], [1], [with M1QN3 in ISSM src])
Note: See TracChangeset for help on using the changeset viewer.