Shawn P. Serbin

Results 106 comments of Shawn P. Serbin

and some info on the product [Global_Maps_C_Density_2010.pdf](https://github.com/PecanProject/pecan/files/8091100/Global_Maps_C_Density_2010.pdf)

From slack discussion @infotroph provided some thoughts "You’ll use some combination of the testthat::skip_* functions. the fastest immediate option is skip_on_ci, with the caveat that I don’t know how often...

Something like this ``` mkdir build_cmake cd build_cmake cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache DCMAKE_C_FLAGS="-Wall -Wextra -Werror" make -j3 ``` but where I define the location of sqlite and libtiff?

I was able to make configure and make with cmake using PROJ9.0.0 and libtiff4.3.0 ``` cmake -DCMAKE_INSTALL_PREFIX=/data/software/geotiff/1.7.1-gcc850 \ -DPROJ_LIBRARY=/data/software/proj/9.0.0 -DPROJ_INCLUDE_DIR=/data/software/proj/9.0.0/include .. ``` But when I test the binary i get...

I am not sure if this is the same or related but I am also running into a testing error on 4.8.1, but only the DAP test I am compiling...

In the chance that this is helpful, I am also running into a bunch of "undefined reference to " errors when trying to build WPS serial, parallel and non grib...

I am having a similar problem ``` checking for gdal.h... yes checking GDAL: linking with --libs only... yes checking GDAL: /data/software/gdal/3.1.2_hdf4/share/gdal/pcs.csv readable... no checking GDAL: checking whether PROJ is available...

Very very strangely, coming back to this, I was able to get the compilation to work with ``` PKG_CONFIG_PATH=/data/software/proj/7.2.1/lib/pkgconfig/ R install.packages('sf', configure.args=c('--with-proj-include=/data/software/proj/7.2.1/include/','--with-proj-lib=/data/software/proj/7.2.1/lib/', '--with-proj=/data/software/proj/7.2.1') ) ``` yet ``` configure: GDAL: 3.4.2...

For testing, I will switch to IGSWCLM45 https://github.com/E3SM-Project/E3SM/blob/v1.1.0/components/clm/cime_config/config_compsets.xml Perhaps the QIAN compsets have been deprecated?

I did also notice this missing ``` Loading input file list: 'Buildconf/mosart.input_data_list' Checking server https://web.lcrc.anl.gov/public/e3sm/inputdata/ with protocol wget Loading input file list: 'Buildconf/clm.input_data_list' Model clm no file specified for finidat...