I'm running into this exact same issue. Here's the CMake output:
```CMake command is
cmake .. -DCMAKE_INSTALL_PREFIX=/home/ooblack/projects/pyne/app -DHDF5_ROOT=/usr/lib/x86_64-linux-gnu/hdf5/serial -DHDF5_LIBRARIES=/usr/lib/x86_64-linux-gnu/hdf5/serial/lib/libhdf5.so;/usr/lib/x86_64-linux-gnu/hdf5/serial/lib/libhdf5_hl.so -DHDF5_LIBRARY_DIRS=/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -DHDF5_INCLUDE_DIRS=/usr/lib/x86_64-linux-gnu/hdf5/serial/include -DENABLE_SPATIAL_SOLVERS=ON -DPYTHON_EXECUTABLE=/home/ooblack/anaconda3/envs/pyne-env/bin/python
-- The C compiler identification is GNU 10.3.0
-- The CXX compiler identification is GNU 10.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test COMPILER_SUPPORTS_CXX11
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success
/ \
) (( )) (
(@) /|\ ))_(( /|\
|-| / | \ (/\|/\) / | \ (@)
| | -------------------/--|-voV---\`|'/--Vov-|--\---------------------|-|
|-| '^` (o o) '^` | |
| | `\Y/' |-|
|-| | |
| | /\ ___ __ __ /\ |-|
|-| /^~\ / _ \_ _ /\ \ \/__\ /^~\ | |
| | /^~\ / /_)/ | | |/ \/ /_\ /^~\ |-|
|-| /^~\ / ___/| |_| / /\ //__ /^~\ | |
| | ^||` \/ \__, \_\ \/\__/ ^||` |-|
|-| || |____/ || | |
| | ==== ==== |-|
|-| | |
| | |-|
|-|___________________________________________________________________| |
(@) l /\ / ( ( \ /\ l `\|-|
l / V \ \ V \ l (@)
l/ _) )_ \I
`\ /'
`
-- Pyne platform defined as: __LINUX__
-- Checking whether to build spatial solvers
-- -- Checking CMAKE_CXX_COMPILER_ID: GNU
-- -- -- Checking CMAKE_CXX_COMPILER_VERSION: 10.3.0
-- -- -- Checking if APPLE:
-- Build spatial solvers: true
-- Build type: Release
-- PyNE Fast Compile: TRUE
-- CMAKE_INSTALL_RPATH: /home/ooblack/projects/pyne/app/lib:/usr/lib
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- CMake Install Prefix: /home/ooblack/projects/pyne/app
-- Dependency Root Dir (DEPS_ROOT_DIR): /usr
-- Dependency Hints (DEPS_HINTS): HINTS;/usr
-- Dependency Binary Hints (DEPS_BIN_HINTS): HINTS;/usr;/usr/bin
-- Dependency Library Hints (DEPS_LIB_HINTS): HINTS;/usr;/usr/lib
-- Dependency Include Hints (DEPS_INCLUDE_HINTS): HINTS;/usr/include
-- HDF5 Root: /usr/lib/x86_64-linux-gnu/hdf5/serial
-- Found HDF5: /usr/lib/x86_64-linux-gnu/hdf5/serial/lib/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/hdf5/serial/lib/libhdf5.so (found version "1.10.6")
-- HDF5 Include directory: /usr/lib/x86_64-linux-gnu/hdf5/serial/include
-- HDF5 Library directories: /usr/lib/x86_64-linux-gnu/hdf5/serial/lib
-- HDF5 Libraries: /usr/lib/x86_64-linux-gnu/hdf5/serial/lib/libhdf5.so
-- HDF5 library version: 1.10.6
-- Found PythonInterp: /home/ooblack/anaconda3/envs/pyne-env/bin/python (found version "3.7.10")
-- Found PythonLibs: /home/ooblack/anaconda3/envs/pyne-env/lib/
libpython3.7m.so (found version "3.7.10")
-- PYTHON_EXECUTABLE: /home/ooblack/anaconda3/envs/pyne-env/bin/python
-- PYTHON_SITE_PACKAGES: /home/ooblack/projects/pyne/app/lib/python3.7/site-packages
-- NUMPY_VERSION_STRING = 1.21.2
-- Found Numpy: 1.21.2
-- The Fortran compiler identification is GNU 10.3.0
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Check for working Fortran compiler: /usr/bin/gfortran - skipped
-- Checking whether /usr/bin/gfortran supports Fortran 90
-- Checking whether /usr/bin/gfortran supports Fortran 90 - yes
-- CMAKE_Fortran_IMPLICIT_LINK_DIRECTORIES: /usr/lib/gcc/x86_64-linux-gnu/10;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib
-- CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES: gfortran;m;gcc_s;gcc;quadmath;m;gcc_s;gcc;c;gcc_s;gcc
-- NUMPY_VERSION_STRING = 1.21.2
-- Found F2py: /home/ooblack/anaconda3/envs/pyne-env/bin/f2py
-- F2PY Executable: /home/ooblack/anaconda3/envs/pyne-env/bin/f2py
-- F2PY Version: 1.21.2
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - not found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - found
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libblas.so
-- Looking for Fortran cheev
-- Looking for Fortran cheev - not found
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Found LAPACK Linker Flags:
-- Found LAPACK Libraries: /usr/lib/x86_64-linux-gnu/liblapack.so;/usr/lib/x86_64-linux-gnu/libblas.so
-- Found BLAS Libraries: /usr/lib/x86_64-linux-gnu/libblas.so
-- Found Cython: /home/ooblack/anaconda3/envs/pyne-env/bin/cython
-- LIBS: /usr/lib/x86_64-linux-gnu/hdf5/serial/lib/libhdf5.so;/home/ooblack/anaconda3/envs/pyne-env/lib/
libpython3.7m.so -- Extracting decay.tar.gz
x decay.h
x decay.cpp
-- Extracting decay-linux-gnu.tar.gz
x decay-linux-gnu.s
-- Extracting cram.tar.gz
x cram.c
x cram.h
-- Extracting cram-linux-gnu.tar.gz
x cram-linux-gnu.s
-- Compiling decay.cpp fast from assembly decay-linux-gnu.s
-- Compiling cram.c fast from assembly cram-linux-gnu.s
-- Include paths for /home/ooblack/projects/pyne/src: /usr/lib/x86_64-linux-gnu/hdf5/serial/include;/home/ooblack/anaconda3/envs/pyne-env/lib/python3.7/site-packages/numpy/core/include;/home/ooblack/projects/pyne/build/pyne;/home/ooblack/projects/pyne/src
-- Include paths for /home/ooblack/projects/pyne/pyne: /usr/lib/x86_64-linux-gnu/hdf5/serial/include;/home/ooblack/anaconda3/envs/pyne-env/lib/python3.7/site-packages/numpy/core/include;/home/ooblack/projects/pyne/build/pyne;/home/ooblack/projects/pyne/src
-- Modules to Cythonize: ace;bins;data;dtypes;endf;enrichment;extra_types;jsoncpp;material;material_library;nucname;particle;pyne_config;rxname;source;stlcontainers;tally;transmuters;_utils
-- F2PY F90 FLAGS:
-- Include paths for /home/ooblack/projects/pyne/pyne/xs: /usr/lib/x86_64-linux-gnu/hdf5/serial/include;/home/ooblack/anaconda3/envs/pyne-env/lib/python3.7/site-packages/numpy/core/include;/home/ooblack/projects/pyne/build/pyne;/home/ooblack/projects/pyne/src
-- Configuring done
```