Changeset 26755
- Timestamp:
- 01/04/22 11:20:50 (3 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/curl/install-7-linux-static.sh
r25868 r26755 34 34 --disable-ldaps \ 35 35 --with-zlib="${ZLIB_ROOT}" \ 36 --without-libidn2 36 --without-libidn2 \ 37 --without-nghttp2 \ 38 --without-brotli \ 39 --without-librtmp 37 40 38 41 # Compile and install -
issm/trunk-jpl/externalpackages/curl/install-7-mac-static.sh
r25868 r26755 39 39 --with-zlib="${ZLIB_ROOT}" \ 40 40 --without-libidn2 \ 41 --without-nghttp2 \ 42 --without-brotli \ 43 --without-librtmp \ 41 44 --with-secure-transport 42 45 -
issm/trunk-jpl/src/m/classes/hydrologytws.py
r26059 r26755 55 55 outputs = self.requested_outputs 56 56 pos = find(ismember(outputs,'default')) 57 if not len(pos) ,57 if not len(pos): 58 58 outputs[pos] = []; # remove 'default' from outputs 59 59 outputs.extend(defaultoutputs(self, md)) # add defaults
Note:
See TracChangeset
for help on using the changeset viewer.