You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've started with a new ubuntu terminal on windows system linux.
Runnning
sh autogen.sh --prefix=${HOME}/scuff-em-installation
i get the message
configure: error: couldn't find HDF5; configure --without-hdf5
Running
sh autogen.sh --with-hdf5-includedir="/usr/include/hdf5/serial" --with-hdf5-libdir=/usr/lib/x86_64-linux-gnu/hdf5/serial
seems to work, but make check fails (found the command on #204). tests/Mie/test-suite.log contains the following:
GNU nano 4.8 tests/Mie/test-suite.log =============================================
scuff-em 0.96: tests/Mie/test-suite.log
TOTAL: 1
PASS: 0
SKIP: 0
XFAIL: 0
FAIL: 1
XPASS: 0
ERROR: 0
.. contents:: :depth: 2
FAIL: TestMie.sh
./TestMie.sh: line 46: pkg-config: command not found
could not find CheckSCUFFData executable (set CHECKSCUFFDATA environment variable)
FAIL TestMie.sh (exit status: 1)
The text was updated successfully, but these errors were encountered:
Hi,
I've started with a new ubuntu terminal on windows system linux.
Runnning
sh autogen.sh --prefix=${HOME}/scuff-em-installation
i get the message
configure: error: couldn't find HDF5; configure --without-hdf5
Running
sh autogen.sh --with-hdf5-includedir="/usr/include/hdf5/serial" --with-hdf5-libdir=/usr/lib/x86_64-linux-gnu/hdf5/serial
seems to work, but make check fails (found the command on #204). tests/Mie/test-suite.log contains the following:
GNU nano 4.8 tests/Mie/test-suite.log =============================================
scuff-em 0.96: tests/Mie/test-suite.log
TOTAL: 1
PASS: 0
SKIP: 0
XFAIL: 0
FAIL: 1
XPASS: 0
ERROR: 0
.. contents:: :depth: 2
FAIL: TestMie.sh
./TestMie.sh: line 46: pkg-config: command not found
could not find CheckSCUFFData executable (set CHECKSCUFFDATA environment variable)
FAIL TestMie.sh (exit status: 1)
The text was updated successfully, but these errors were encountered: