Skip to content

Instantly share code, notes, and snippets.

@gwenchee
Created October 4, 2019 20:43
Show Gist options
  • Save gwenchee/c234bcff5a1810f75aa096bbba1cdea2 to your computer and use it in GitHub Desktop.
Save gwenchee/c234bcff5a1810f75aa096bbba1cdea2 to your computer and use it in GitHub Desktop.
pyne install error
(base) arfc@arfc-VirtualBox:~/github/pyne$ python setup.py install --user
atomic_data.h generated is the same as existing file, skipping.
atomic_data.cpp generated is the same as existing file, skipping.
/home/arfc/anaconda3/bin/cmake
CMake command is
cmake .. -DCMAKE_INSTALL_PREFIX=/home/arfc/.local -DPYTHON_EXECUTABLE=/home/arfc/anaconda3/bin/python
/ \
) (( )) (
(@) /|\ ))_(( /|\
|-| / | \ (/\|/\) / | \ (@)
| | -------------------/--|-voV---\`|'/--Vov-|--\---------------------|-|
|-| '^` (o o) '^` | |
| | `\Y/' |-|
|-| | |
| | /\ ___ __ __ /\ |-|
|-| /^~\ / _ \_ _ /\ \ \/__\ /^~\ | |
| | /^~\ / /_)/ | | |/ \/ /_\ /^~\ |-|
|-| /^~\ / ___/| |_| / /\ //__ /^~\ | |
| | ^||` \/ \__, \_\ \/\__/ ^||` |-|
|-| || |____/ || | |
| | ==== ==== |-|
|-| | |
| | |-|
|-|___________________________________________________________________| |
(@) l /\ / ( ( \ /\ l `\|-|
l / V \ \ V \ l (@)
l/ _) )_ \I
`\ /'
`
-- Pyne platform defined as: __LINUX__
-- Build type: Release
-- PyNE Fast Compile: TRUE
-- CMAKE_INSTALL_RPATH: /home/arfc/.local/lib:/home/arfc/anaconda3/lib
-- CMake Install Prefix: /home/arfc/.local
-- Dependency Root Dir (DEPS_ROOT_DIR): /home/arfc/anaconda3
-- Dependency Hints (DEPS_HINTS): HINTS;/home/arfc/anaconda3
-- Dependency Binary Hints (DEPS_BIN_HINTS): HINTS;/home/arfc/anaconda3;/home/arfc/anaconda3/bin
-- Dependency Library Hints (DEPS_LIB_HINTS): HINTS;/home/arfc/anaconda3;/home/arfc/anaconda3/lib
-- Dependency Include Hints (DEPS_INCLUDE_HINTS): HINTS;/home/arfc/anaconda3/include
-- HDF5 Root:
-- HDF5: Using hdf5 compiler wrapper to determine C configuration
-- HDF5 Include directory: /home/arfc/anaconda3/include
-- HDF5 Library directories:
-- HDF5 Libraries: /home/arfc/anaconda3/lib/libhdf5.so;rt;pthread;/home/arfc/anaconda3/lib/libz.so;dl;m
-- PYTHON_EXECUTABLE: /home/arfc/anaconda3/bin/python
-- PYTHON_SITE_PACKAGES: /home/arfc/.local/lib/python3.6/site-packages
-- NUMPY_VERSION_STRING = 1.17.2
-- The Fortran compiler identification is GNU 7.3.0
-- Check for working Fortran compiler: /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran
-- Check for working Fortran compiler: /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran supports Fortran 90
-- Checking whether /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran supports Fortran 90 -- yes
-- CMAKE_Fortran_IMPLICIT_LINK_DIRECTORIES: /home/arfc/anaconda3/lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0;/home/arfc/anaconda3/lib/gcc;/home/arfc/anaconda3/x86_64-conda_cos6-linux-gnu/lib;/home/arfc/anaconda3/x86_64-conda_cos6-linux-gnu/sysroot/lib;/home/arfc/anaconda3/x86_64-conda_cos6-linux-gnu/sysroot/usr/lib
-- CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES: gfortran;m;gcc_s;gcc;quadmath;m;gcc_s;gcc;c;gcc_s;gcc
-- NUMPY_VERSION_STRING = 1.17.2
-- Found F2py: /home/arfc/anaconda3/bin/f2py
-- F2PY Executable: /home/arfc/anaconda3/bin/f2py
-- F2PY Version: 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: /home/arfc/anaconda3/lib/libmkl_gf_lp64.so;/home/arfc/anaconda3/lib/libmkl_gnu_thread.so;/home/arfc/anaconda3/lib/libmkl_core.so;/home/arfc/anaconda3/lib/libgomp.so;-lpthread;-lm;-ldl
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Found LAPACK Linker Flags:
-- Found LAPACK Libraries: /home/arfc/anaconda3/lib/libmkl_gf_lp64.so;/home/arfc/anaconda3/lib/libmkl_gnu_thread.so;/home/arfc/anaconda3/lib/libmkl_core.so;/home/arfc/anaconda3/lib/libgomp.so;-lpthread;-lm;-ldl
-- Found BLAS Libraries: /home/arfc/anaconda3/lib/libmkl_gf_lp64.so;/home/arfc/anaconda3/lib/libmkl_gnu_thread.so;/home/arfc/anaconda3/lib/libmkl_core.so;/home/arfc/anaconda3/lib/libgomp.so;-lpthread;-lm;-ldl
-- Found Cython: /home/arfc/anaconda3/bin/cython
-- LIBS: /home/arfc/anaconda3/lib/libhdf5.so;rt;pthread;/home/arfc/anaconda3/lib/libz.so;dl;m;/home/arfc/anaconda3/lib/libpython3.6m.so
-- Downloading http://raw.githubusercontent.com/pyne/data/master/decay.tar.gz -> decay.tar.gz
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Extracting decay.tar.gz
x decay.h
x decay.cpp
-- Downloading http://raw.githubusercontent.com/pyne/data/master/decay-linux-gnu.tar.gz -> decay-linux-gnu.tar.gz
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Extracting decay-linux-gnu.tar.gz
x decay-linux-gnu.s
-- Downloading http://raw.githubusercontent.com/pyne/data/master/cram.tar.gz -> cram.tar.gz
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Extracting cram.tar.gz
x cram.c
x cram.h
-- Downloading http://raw.githubusercontent.com/pyne/data/master/cram-linux-gnu.tar.gz -> cram-linux-gnu.tar.gz
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- 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/arfc/github/pyne/src: /home/arfc/anaconda3/include;/home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include;/home/arfc/github/pyne/build/pyne;/home/arfc/github/pyne/src
-- Include paths for /home/arfc/github/pyne/pyne: /home/arfc/anaconda3/include;/home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include;/home/arfc/github/pyne/build/pyne;/home/arfc/github/pyne/src
-- Modules to Cythonize: ace;bins;data;dtypes;endf;enrichment;extra_types;jsoncpp;material;nucname;particle;pyne_config;rxname;stlcontainers;tally;transmuters;_utils
-- F2PY F90 FLAGS:
-- Include paths for /home/arfc/github/pyne/pyne/xs: /home/arfc/anaconda3/include;/home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include;/home/arfc/github/pyne/build/pyne;/home/arfc/github/pyne/src
-- Configuring done
-- Generating done
-- Build files have been written to: /home/arfc/github/pyne/build
Scanning dependencies of target ReplicatePythonSourceTree
[ 0%] Built target ReplicatePythonSourceTree
Scanning dependencies of target hsicc
[ 1%] Building Fortran object src/CMakeFiles/hsicc.dir/ensdf_processing/HSICC/hsicc.for.o
/home/arfc/github/pyne/src/ensdf_processing/HSICC/hsicc.for:1373:17:
COMMON /C2/ E1, E2, NS, L, N, ALPHA, NP, EE 03 00240
1
Warning: Padding of 4 bytes required before 'alpha' in COMMON 'c2' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/HSICC/hsicc.for:1373:17:
COMMON /C2/ E1, E2, NS, L, N, ALPHA, NP, EE 03 00240
1
Warning: Padding of 4 bytes required before 'ee' in COMMON 'c2' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/HSICC/hsicc.for:2463:20:
COMMON /HSCAL/ Z,NETAB,ALFTAB,ETAB 13 00270
1
Warning: Padding of 4 bytes required before 'alftab' in COMMON 'hscal' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/HSICC/hsicc.for:1833:17:
COMMON /C2/ E1, E2, NS, L, N, ALPHA, NP, EE 11 00260
1
Warning: Padding of 4 bytes required before 'alpha' in COMMON 'c2' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/HSICC/hsicc.for:1833:17:
COMMON /C2/ E1, E2, NS, L, N, ALPHA, NP, EE 11 00260
1
Warning: Padding of 4 bytes required before 'ee' in COMMON 'c2' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/HSICC/hsicc.for:1827:20:
COMMON /HSCAL/ Z,NETAB,ALFTAB,ETAB 11 00200
1
Warning: Padding of 4 bytes required before 'alftab' in COMMON 'hscal' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/HSICC/hsicc.for:2016:20:
COMMON /HSCAL/ Z,NETAB,ALFTAB,ETAB 12 00250
1
Warning: Padding of 4 bytes required before 'alftab' in COMMON 'hscal' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/HSICC/hsicc.for:1388:17:
COMMON /C2/ E1, E2, NS, L, N, ALPHA, NP, EE 04 00100
1
Warning: Padding of 4 bytes required before 'alpha' in COMMON 'c2' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/HSICC/hsicc.for:1388:17:
COMMON /C2/ E1, E2, NS, L, N, ALPHA, NP, EE 04 00100
1
Warning: Padding of 4 bytes required before 'ee' in COMMON 'c2' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/HSICC/hsicc.for:1683:17:
COMMON /C2/ E1, E2, NS, L, N, ALPHA, NP, EE 07 00060
1
Warning: Padding of 4 bytes required before 'alpha' in COMMON 'c2' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/HSICC/hsicc.for:1683:17:
COMMON /C2/ E1, E2, NS, L, N, ALPHA, NP, EE 07 00060
1
Warning: Padding of 4 bytes required before 'ee' in COMMON 'c2' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/HSICC/hsicc.for:188:20:
COMMON /HSCAL/ Z,NETAB,ALFTAB,ETAB 01 01880
1
Warning: Padding of 4 bytes required before 'alftab' in COMMON 'hscal' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
[ 2%] Building Fortran object src/CMakeFiles/hsicc.dir/ensdf_processing/nsdflib95.f.o
[ 3%] Linking Fortran executable hsicc
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/hsicc.dir/ensdf_processing/HSICC/hsicc.for.o: linker input file unused because linking not done
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/hsicc.dir/ensdf_processing/nsdflib95.f.o: linker input file unused because linking not done
[ 3%] Built target hsicc
Scanning dependencies of target radd
[ 3%] Building Fortran object src/CMakeFiles/radd.dir/ensdf_processing/RADD/RadD.for.o
[ 4%] Linking Fortran executable radd
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/radd.dir/ensdf_processing/RADD/RadD.for.o: linker input file unused because linking not done
[ 4%] Built target radd
Scanning dependencies of target bldhst
[ 4%] Building Fortran object src/CMakeFiles/bldhst.dir/ensdf_processing/HSICC/bldhst.for.o
[ 5%] Linking Fortran executable bldhst
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/bldhst.dir/ensdf_processing/HSICC/bldhst.for.o: linker input file unused because linking not done
[ 5%] Built target bldhst
Scanning dependencies of target ruler
[ 6%] Building Fortran object src/CMakeFiles/ruler.dir/ensdf_processing/RULER/ruler.f.o
[ 7%] Building Fortran object src/CMakeFiles/ruler.dir/ensdf_processing/nsdflib95.f.o
[ 7%] Linking Fortran executable ruler
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/ruler.dir/ensdf_processing/RULER/ruler.f.o: linker input file unused because linking not done
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/ruler.dir/ensdf_processing/nsdflib95.f.o: linker input file unused because linking not done
[ 7%] Built target ruler
Scanning dependencies of target delta
[ 7%] Building Fortran object src/CMakeFiles/delta.dir/ensdf_processing/DELTA/delta.for.o
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:2043:72:
1 ASSIGN 12 TO M 27 00710
1
Warning: Deleted feature: ASSIGN statement at (1)
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:2053:72:
4 ASSIGN 11 TO M 27 00810
1
Warning: Deleted feature: ASSIGN statement at (1)
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:2119:13:
15 GO TO M, (12,11) 27 01470
1
Warning: Deleted feature: Assigned GOTO statement at (1)
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:2164:72:
2 ASSIGN 14 TO M 28 00440
1
Warning: Deleted feature: ASSIGN statement at (1)
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:2216:72:
ASSIGN 13 TO M 28 00960
1
Warning: Deleted feature: ASSIGN statement at (1)
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:2284:13:
17 GO TO M,(14,13) 28 01640
1
Warning: Deleted feature: Assigned GOTO statement at (1)
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:692:19:
Common /DATA/ VALUE,ERROR,THEO,DATA,ITRAN,RLOW1,HIGH1,NDAT, 04 00180
1
Warning: Padding of 4 bytes required before 'rlow2' in COMMON 'data' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:698:21:
Common /DELTAS/ RLLIM,RULIM,STEP,PURE,NUMU,DU 04 00240
1
Warning: Padding of 4 bytes required before 'du' in COMMON 'deltas' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:2479:19:
Common /DATA/ VALUE,ERROR,THEO,DATA,ITRAN,RLOW1,HIGH1,NDAT, 32 00170
1
Warning: Padding of 4 bytes required before 'rlow2' in COMMON 'data' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:2485:21:
Common /DELTAS/ RLLIM,RULIM,STEP,PURE,NUMU,DU 32 00230
1
Warning: Padding of 4 bytes required before 'du' in COMMON 'deltas' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:2493:19:
Common /MISC/ DUMP,NFREE,NUMB,QSQ,ALIM,SHORT 32 00310
1
Warning: Padding of 4 bytes required before 'qsq' in COMMON 'misc' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1103:19:
Common /DATA/ VALUE,ERROR,THEO,DATA,ITRAN,RLOW1,HIGH1,NDAT, 08 00180
1
Warning: Padding of 4 bytes required before 'rlow2' in COMMON 'data' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1109:21:
Common /DELTAS/ RLLIM,RULIM,STEP,PURE,NUMU,DU 08 00240
1
Warning: Padding of 4 bytes required before 'du' in COMMON 'deltas' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1114:19:
Common /MISC/ DUMP,NFREE,NUMB,QSQ,ALIM,SHORT 08 00290
1
Warning: Padding of 4 bytes required before 'qsq' in COMMON 'misc' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:913:21:
Common /DELTAS/ RLLIM,RULIM,STEP,PURE,NUMU,DU 05 00150
1
Warning: Padding of 4 bytes required before 'du' in COMMON 'deltas' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1258:19:
Common /DATA/ VALUE,ERROR,THEO,DATA,ITRAN,RLOW1,HIGH1,NDAT, 10 00250
1
Warning: Padding of 4 bytes required before 'rlow2' in COMMON 'data' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1264:21:
Common /DELTAS/ RLLIM,RULIM,STEP,PURE,NUMU,DU 10 00310
1
Warning: Padding of 4 bytes required before 'du' in COMMON 'deltas' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1269:19:
Common /MISC/ DUMP,NFREE,NUMB,QSQ,ALIM,SHORT 10 00360
1
Warning: Padding of 4 bytes required before 'qsq' in COMMON 'misc' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1189:19:
Common /DATA/ VALUE,ERROR,THEO,DATA,ITRAN,RLOW1,HIGH1,NDAT, 09 00180
1
Warning: Padding of 4 bytes required before 'rlow2' in COMMON 'data' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1195:21:
Common /DELTAS/ RLLIM,RULIM,STEP,PURE,NUMU,DU 09 00240
1
Warning: Padding of 4 bytes required before 'du' in COMMON 'deltas' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1577:19:
Common /DATA/ VALUE,ERROR,THEO,DATA,ITRAN,RLOW1,HIGH1,NDAT, 13 00210
1
Warning: Padding of 4 bytes required before 'rlow2' in COMMON 'data' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1614:19:
Common /DATA/ VALUE,ERROR,THEO,DATA,ITRAN,RLOW1,HIGH1,NDAT, 14 00130
1
Warning: Padding of 4 bytes required before 'rlow2' in COMMON 'data' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1027:19:
Common /DATA/ VALUE,ERROR,THEO,DATA,ITRAN,RLOW1,HIGH1,NDAT, 07 00160
1
Warning: Padding of 4 bytes required before 'rlow2' in COMMON 'data' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1033:21:
Common /DELTAS/ RLLIM,RULIM,STEP,PURE,NUMU,DU 07 00220
1
Warning: Padding of 4 bytes required before 'du' in COMMON 'deltas' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1038:19:
Common /MISC/ DUMP,NFREE,NUMB,QSQ,ALIM,SHORT 07 00270
1
Warning: Padding of 4 bytes required before 'qsq' in COMMON 'misc' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1402:19:
Common /DATA/ VALUE,ERROR,THEO,DATA,ITRAN,RLOW1,HIGH1,NDAT, 11 00140
1
Warning: Padding of 4 bytes required before 'rlow2' in COMMON 'data' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1408:21:
Common /DELTAS/ RLLIM,RULIM,STEP,PURE,NUMU,DU 11 00200
1
Warning: Padding of 4 bytes required before 'du' in COMMON 'deltas' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1413:19:
Common /MISC/ DUMP,NFREE,NUMB,QSQ,ALIM,SHORT 11 00250
1
Warning: Padding of 4 bytes required before 'qsq' in COMMON 'misc' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:1525:21:
Common /DELTAS/ RLLIM,RULIM,STEP,PURE,NUMU,DU 12 00170
1
Warning: Padding of 4 bytes required before 'du' in COMMON 'deltas' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:300:19:
Common /DATA/ VALUE,ERROR,THEO,DATA,ITRAN,RLOW1,HIGH1,NDAT, 01 03000
1
Warning: Padding of 4 bytes required before 'rlow2' in COMMON 'data' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:306:21:
Common /DELTAS/ RLLIM,RULIM,STEP,PURE,NUMU,DU 01 03060
1
Warning: Padding of 4 bytes required before 'du' in COMMON 'deltas' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/DELTA/delta.for:311:19:
Common /MISC/ DUMP,NFREE,NUMB,QSQ,ALIM,SHORT 01 03110
1
Warning: Padding of 4 bytes required before 'qsq' in COMMON 'misc' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
[ 8%] Linking Fortran executable delta
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/delta.dir/ensdf_processing/DELTA/delta.for.o: linker input file unused because linking not done
[ 8%] Built target delta
Scanning dependencies of target pyne
[ 9%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/precision_module.f90.o
[ 10%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/invar.f90.o
[ 11%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/solvar.f90.o
[ 12%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/ahotn_kernel_module.f90.o
[ 13%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/dgfem_kernel.f90.o
[ 14%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/geompack.f90.o
[ 15%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/trackstruct.f90.o
[ 15%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/igeompack.f90.o
[ 16%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/trackroutines.f90.o
[ 16%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/sct_module.f90.o
[ 17%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/sct_step_kernel_module.f90.o
[ 17%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/timevar.f90.o
[ 18%] Building ASM object src/CMakeFiles/pyne.dir/cram-linux-gnu.s.o
[ 19%] Building ASM object src/CMakeFiles/pyne.dir/decay-linux-gnu.s.o
[ 20%] Building CXX object src/CMakeFiles/pyne.dir/atomic_data.cpp.o
[ 20%] Building CXX object src/CMakeFiles/pyne.dir/data.cpp.o
[ 21%] Building CXX object src/CMakeFiles/pyne.dir/enrichment.cpp.o
[ 22%] Building CXX object src/CMakeFiles/pyne.dir/enrichment_cascade.cpp.o
[ 23%] Building CXX object src/CMakeFiles/pyne.dir/enrichment_symbolic.cpp.o
[ 23%] Building CXX object src/CMakeFiles/pyne.dir/jsoncpp.cpp.o
[ 24%] Building CXX object src/CMakeFiles/pyne.dir/jsoncustomwriter.cpp.o
[ 25%] Building CXX object src/CMakeFiles/pyne.dir/material.cpp.o
[ 26%] Building CXX object src/CMakeFiles/pyne.dir/nucname.cpp.o
[ 26%] Building CXX object src/CMakeFiles/pyne.dir/particle.cpp.o
[ 27%] Building CXX object src/CMakeFiles/pyne.dir/rxname.cpp.o
[ 28%] Building CXX object src/CMakeFiles/pyne.dir/tally.cpp.o
[ 29%] Building CXX object src/CMakeFiles/pyne.dir/transmuters.cpp.o
[ 29%] Building CXX object src/CMakeFiles/pyne.dir/utils.cpp.o
[ 30%] Building Fortran object src/CMakeFiles/pyne.dir/endftod.f90.o
[ 31%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/angle.f90.o
[ 31%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/check.f90.o
[ 32%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/echo.f90.o
[ 33%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/inner.f90.o
[ 34%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/output.f90.o
[ 34%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/output_phi.f90.o
[ 35%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/p.f90.o
[ 36%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/read_inflow_ahotn.f90.o
[ 36%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/read_inflow_dgfem.f90.o
[ 37%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/read_inflow_sct_step.f90.o
[ 38%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/readsrc.f90.o
[ 39%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/readxs.f90.o
[ 40%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/solve.f90.o
[ 40%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/sweep_ahotn_l.f90.o
[ 41%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/sweep_ahotn_nefd.f90.o
[ 42%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/sweep_dgfem.f90.o
[ 43%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/sweep_sct_step.f90.o
[ 44%] Building Fortran object src/CMakeFiles/pyne.dir/transport_spatial_methods/3d/version.f90.o
[ 44%] Linking CXX shared library libpyne.so
[ 44%] Built target pyne
Scanning dependencies of target hsmrg
[ 44%] Building Fortran object src/CMakeFiles/hsmrg.dir/ensdf_processing/HSICC/hsmrg.for.o
[ 45%] Building Fortran object src/CMakeFiles/hsmrg.dir/ensdf_processing/nsdflib95.f.o
[ 46%] Linking Fortran executable hsmrg
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/hsmrg.dir/ensdf_processing/HSICC/hsmrg.for.o: linker input file unused because linking not done
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/hsmrg.dir/ensdf_processing/nsdflib95.f.o: linker input file unused because linking not done
[ 46%] Built target hsmrg
Scanning dependencies of target alphad
[ 47%] Building Fortran object src/CMakeFiles/alphad.dir/ensdf_processing/ALPHAD/alphad.f.o
[ 48%] Building Fortran object src/CMakeFiles/alphad.dir/ensdf_processing/nsdflib95.f.o
[ 48%] Linking Fortran executable alphad
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/alphad.dir/ensdf_processing/ALPHAD/alphad.f.o: linker input file unused because linking not done
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/alphad.dir/ensdf_processing/nsdflib95.f.o: linker input file unused because linking not done
[ 48%] Built target alphad
Scanning dependencies of target seqhst
[ 48%] Building Fortran object src/CMakeFiles/seqhst.dir/ensdf_processing/HSICC/seqhst.for.o
[ 49%] Building Fortran object src/CMakeFiles/seqhst.dir/ensdf_processing/nsdflib95.f.o
[ 50%] Linking Fortran executable seqhst
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/seqhst.dir/ensdf_processing/HSICC/seqhst.for.o: linker input file unused because linking not done
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/seqhst.dir/ensdf_processing/nsdflib95.f.o: linker input file unused because linking not done
[ 50%] Built target seqhst
Scanning dependencies of target logft
[ 51%] Building Fortran object src/CMakeFiles/logft.dir/ensdf_processing/LOGFT/logft.for.o
/home/arfc/github/pyne/src/ensdf_processing/LOGFT/logft.for:2784:20:
COMMON /WENUM/ AREA, AREAM, AREAP,FCK, FCKM, FCKP, FCL, FCLM, 20 00220
1
Warning: Padding of 4 bytes required before 'etop' in COMMON 'wenum' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
/home/arfc/github/pyne/src/ensdf_processing/LOGFT/logft.for:195:20:
COMMON /WENUM/ AREA, AREAM, AREAP,FCK, FCKM, FCKP, FCL, FCLM, 01 01930
1
Warning: Padding of 4 bytes required before 'etop' in COMMON 'wenum' at (1); reorder elements or use -fno-align-commons [-Walign-commons]
[ 52%] Building Fortran object src/CMakeFiles/logft.dir/ensdf_processing/nsdflib95.f.o
[ 52%] Linking Fortran executable logft
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/logft.dir/ensdf_processing/LOGFT/logft.for.o: linker input file unused because linking not done
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/logft.dir/ensdf_processing/nsdflib95.f.o: linker input file unused because linking not done
[ 52%] Built target logft
Scanning dependencies of target gtol
[ 53%] Building Fortran object src/CMakeFiles/gtol.dir/ensdf_processing/GTOL/gtol.f.o
[ 54%] Building Fortran object src/CMakeFiles/gtol.dir/ensdf_processing/nsdflib95.f.o
[ 54%] Linking Fortran executable gtol
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/gtol.dir/ensdf_processing/GTOL/gtol.f.o: linker input file unused because linking not done
x86_64-conda_cos6-linux-gnu-gfortran.bin: warning: CMakeFiles/gtol.dir/ensdf_processing/nsdflib95.f.o: linker input file unused because linking not done
[ 54%] Built target gtol
Scanning dependencies of target transport_spatial_methods
[ 55%] Generating transport_spatial_methods_so
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building extension "transport_spatial_methods" sources
f2py options: ['--no-wrap-functions']
f2py:> /tmp/tmp0yuvedna/src.linux-x86_64-3.6/transport_spatial_methodsmodule.c
creating /tmp/tmp0yuvedna/src.linux-x86_64-3.6
Reading fortran codes...
Reading file '/home/arfc/github/pyne/src/transport_spatial_methods/3d/main.f90' (format:free)
Post-processing...
Block: transport_spatial_methods
Block: main
In: :transport_spatial_methods:/home/arfc/github/pyne/src/transport_spatial_methods/3d/main.f90:main
get_useparameters: no module invar info used by main
In: :transport_spatial_methods:/home/arfc/github/pyne/src/transport_spatial_methods/3d/main.f90:main
get_useparameters: no module solvar info used by main
In: :transport_spatial_methods:/home/arfc/github/pyne/src/transport_spatial_methods/3d/main.f90:main
get_useparameters: no module timevar info used by main
In: :transport_spatial_methods:/home/arfc/github/pyne/src/transport_spatial_methods/3d/main.f90:main
get_useparameters: no module precision_module info used by main
Post-processing (stage 2)...
Building modules...
Building module "transport_spatial_methods"...
Creating wrapper for Fortran subroutine "main"("main")...
Constructing wrapper function "main"...
qdfile,xsfile,srcfile,mtfile,inflow_file,phi_file,fluxout,error_code_out,tsolve_out,ttosolve_out,tend_out = main(titlein,solver_in,solver_type_in,spatial_order_in,angular_quadrature_order_in,qdtypin,nodes_x_in,nodes_y_in,nodes_z_in,num_groups_in,num_materials_in,x_cell_widths_in,y_cell_widths_in,z_cell_widths_in,x_boundry_condition_1_in,x_boundry_condition_2_in,y_boundry_condition_1_in,y_boundry_condition_2_in,z_boundry_condition_1_in,z_boundry_condition_2_in,material_id_in,quadrature_file,xs_file_in,source_input_file_in,bc_input_filein,flux_output_filein,convergence_criterion_in,itmxin,moments_converged_in,converge_tolerence_in,max_mom_printed_in,moment_sum_flag_in,mom_at_a_pt_flag_in,quad_flux_print_flag_in)
Wrote C/API module "transport_spatial_methods" to file "/tmp/tmp0yuvedna/src.linux-x86_64-3.6/transport_spatial_methodsmodule.c"
Fortran 77 wrappers are saved to "/tmp/tmp0yuvedna/src.linux-x86_64-3.6/transport_spatial_methods-f2pywrappers.f"
adding '/tmp/tmp0yuvedna/src.linux-x86_64-3.6/fortranobject.c' to sources.
adding '/tmp/tmp0yuvedna/src.linux-x86_64-3.6' to include_dirs.
copying /home/arfc/anaconda3/lib/python3.6/site-packages/numpy/f2py/src/fortranobject.c -> /tmp/tmp0yuvedna/src.linux-x86_64-3.6
copying /home/arfc/anaconda3/lib/python3.6/site-packages/numpy/f2py/src/fortranobject.h -> /tmp/tmp0yuvedna/src.linux-x86_64-3.6
adding '/tmp/tmp0yuvedna/src.linux-x86_64-3.6/transport_spatial_methods-f2pywrappers.f' to sources.
build_src: building npy-pkg config files
running build_ext
customize UnixCCompiler
C compiler: /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DNDEBUG -fwrapv -O2 -Wall -Wstrict-prototypes -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -fPIC
creating /tmp/tmp3gjbk7_y/tmp
creating /tmp/tmp3gjbk7_y/tmp/tmp3gjbk7_y
compile options: '-MMD -MF /tmp/tmp3gjbk7_y/file.c.d -c'
x86_64-conda_cos6-linux-gnu-cc: /tmp/tmp3gjbk7_y/file.c
customize UnixCCompiler using build_ext
get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']'
customize Gnu95FCompiler
Found executable /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran
Found executable /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-ld
Found executable /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-ar
Found executable /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-ranlib
/home/arfc/anaconda3/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py:517: UserWarning: FFLAGS is used as is, not appended to flags already defined by numpy.distutils! Use NPY_DISTUTILS_APPEND_FLAGS=1 to obtain appending behavior instead (this behavior will become default in a future release).
fflags = self.flag_vars.flags + dflags + oflags + aflags
/home/arfc/anaconda3/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py:530: UserWarning: LDFLAGS is used as is, not appended to flags already defined by numpy.distutils! Use NPY_DISTUTILS_APPEND_FLAGS=1 to obtain appending behavior instead (this behavior will become default in a future release).
linker_so_flags = self.flag_vars.linker_so
/home/arfc/anaconda3/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py:540: UserWarning: LDFLAGS is used as is, not appended to flags already defined by numpy.distutils! Use NPY_DISTUTILS_APPEND_FLAGS=1 to obtain appending behavior instead (this behavior will become default in a future release).
linker_exe_flags = self.flag_vars.linker_exe
customize Gnu95FCompiler
customize Gnu95FCompiler using build_ext
building 'transport_spatial_methods' extension
compiling C sources
C compiler: /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -DNDEBUG -fwrapv -O2 -Wall -Wstrict-prototypes -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -fPIC
creating /tmp/tmp0yuvedna/tmp
creating /tmp/tmp0yuvedna/tmp/tmp0yuvedna
creating /tmp/tmp0yuvedna/tmp/tmp0yuvedna/src.linux-x86_64-3.6
compile options: '-I/home/arfc/github/pyne/build/src -I/tmp/tmp0yuvedna/src.linux-x86_64-3.6 -I/home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include -I/home/arfc/anaconda3/include/python3.6m -c'
x86_64-conda_cos6-linux-gnu-cc: /tmp/tmp0yuvedna/src.linux-x86_64-3.6/transport_spatial_methodsmodule.c
In file included from /home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1830:0,
from /home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from /tmp/tmp0yuvedna/src.linux-x86_64-3.6/fortranobject.h:13,
from /tmp/tmp0yuvedna/src.linux-x86_64-3.6/transport_spatial_methodsmodule.c:16:
/home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it with " \
^~~~~~~
/tmp/tmp0yuvedna/src.linux-x86_64-3.6/transport_spatial_methodsmodule.c:170:12: warning: 'f2py_size' defined but not used [-Wunused-function]
static int f2py_size(PyArrayObject* var, ...)
^~~~~~~~~
x86_64-conda_cos6-linux-gnu-cc: /tmp/tmp0yuvedna/src.linux-x86_64-3.6/fortranobject.c
In file included from /home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1830:0,
from /home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from /tmp/tmp0yuvedna/src.linux-x86_64-3.6/fortranobject.h:13,
from /tmp/tmp0yuvedna/src.linux-x86_64-3.6/fortranobject.c:2:
/home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it with " \
^~~~~~~
compiling Fortran sources
Fortran f77 compiler: /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran -Wall -g -ffixed-form -fno-second-underscore -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -O3 -funroll-loops
Fortran f90 compiler: /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran -fdefault-real-8 -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -O3 -funroll-loops
Fortran fix compiler: /home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran -Wall -g -ffixed-form -fno-second-underscore -fdefault-real-8 -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -O3 -funroll-loops
creating /tmp/tmp0yuvedna/home
creating /tmp/tmp0yuvedna/home/arfc
creating /tmp/tmp0yuvedna/home/arfc/github
creating /tmp/tmp0yuvedna/home/arfc/github/pyne
creating /tmp/tmp0yuvedna/home/arfc/github/pyne/src
creating /tmp/tmp0yuvedna/home/arfc/github/pyne/src/transport_spatial_methods
creating /tmp/tmp0yuvedna/home/arfc/github/pyne/src/transport_spatial_methods/3d
compile options: '-I/home/arfc/github/pyne/build/src -I/tmp/tmp0yuvedna/src.linux-x86_64-3.6 -I/home/arfc/anaconda3/lib/python3.6/site-packages/numpy/core/include -I/home/arfc/anaconda3/include/python3.6m -c'
x86_64-conda_cos6-linux-gnu-gfortran:f90: /home/arfc/github/pyne/src/transport_spatial_methods/3d/main.f90
x86_64-conda_cos6-linux-gnu-gfortran:f77: /tmp/tmp0yuvedna/src.linux-x86_64-3.6/transport_spatial_methods-f2pywrappers.f
/home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran -Wall -g -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections /tmp/tmp0yuvedna/tmp/tmp0yuvedna/src.linux-x86_64-3.6/transport_spatial_methodsmodule.o /tmp/tmp0yuvedna/tmp/tmp0yuvedna/src.linux-x86_64-3.6/fortranobject.o /tmp/tmp0yuvedna/home/arfc/github/pyne/src/transport_spatial_methods/3d/main.o /tmp/tmp0yuvedna/tmp/tmp0yuvedna/src.linux-x86_64-3.6/transport_spatial_methods-f2pywrappers.o -L/home/arfc/github/pyne/build/src -L/home/arfc/anaconda3/bin/../x86_64-conda_cos6-linux-gnu/sysroot/lib/../lib -L/home/arfc/anaconda3/bin/../x86_64-conda_cos6-linux-gnu/sysroot/lib/../lib -lpyne -lgfortran -o ./transport_spatial_methods.cpython-36m-x86_64-linux-gnu.so
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libhdf5.so.103, needed by /home/arfc/github/pyne/build/src/libpyne.so, not found (try using -rpath or -rpath-link)
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libmkl_gf_lp64.so, needed by /home/arfc/github/pyne/build/src/libpyne.so, not found (try using -rpath or -rpath-link)
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libmkl_gnu_thread.so, needed by /home/arfc/github/pyne/build/src/libpyne.so, not found (try using -rpath or -rpath-link)
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libmkl_core.so, needed by /home/arfc/github/pyne/build/src/libpyne.so, not found (try using -rpath or -rpath-link)
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/anaconda3/bin/../x86_64-conda_cos6-linux-gnu/sysroot/usr/lib/../lib/Scrt1.o: in function `_start':
/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/src/glibc-2.12.2/csu/../sysdeps/x86_64/elf/start.S:99: undefined reference to `main'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Dextend'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Dset_extent'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Pcreate'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Lget_name_by_idx'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Fflush'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Fopen'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5T_NATIVE_INT_g'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5check_version'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Pget_layout'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Gget_info'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Awrite'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Dget_create_plist'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Acreate2'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `dgesv_'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Dget_space'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Pget_chunk'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Sget_simple_extent_npoints'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Aopen'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Gget_objinfo'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Tinsert'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Dread'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Tarray_create2'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Tset_strpad'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Pset_fclose_degree'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Pset_deflate'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Sget_simple_extent_ndims'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5T_IEEE_F64BE_g'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Tset_size'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Fis_hdf5'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Fcreate'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Pclose'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Screate_simple'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Sselect_hyperslab'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5T_NATIVE_DOUBLE_g'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Sget_simple_extent_dims'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Dvlen_reclaim'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5T_C_S1_g'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Tvlen_create'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Dopen2'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Tcopy'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Screate'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5T_NATIVE_UINT_g'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Eset_auto2'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Aread'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5P_CLS_DATASET_CREATE_ID_g'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Sclose'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Aget_info'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Pset_fill_value'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5open'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Pset_chunk'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Tclose'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5T_NATIVE_SCHAR_g'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Gopen2'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Dwrite'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Dclose'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Tcreate'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5P_CLS_FILE_ACCESS_ID_g'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `dgemv_'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Fclose'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Gclose'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5Dcreate2'
/home/arfc/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/arfc/github/pyne/build/src/libpyne.so: undefined reference to `H5T_STD_I64BE_g'
collect2: error: ld returned 1 exit status
error: Command "/home/arfc/anaconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran -Wall -g -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections /tmp/tmp0yuvedna/tmp/tmp0yuvedna/src.linux-x86_64-3.6/transport_spatial_methodsmodule.o /tmp/tmp0yuvedna/tmp/tmp0yuvedna/src.linux-x86_64-3.6/fortranobject.o /tmp/tmp0yuvedna/home/arfc/github/pyne/src/transport_spatial_methods/3d/main.o /tmp/tmp0yuvedna/tmp/tmp0yuvedna/src.linux-x86_64-3.6/transport_spatial_methods-f2pywrappers.o -L/home/arfc/github/pyne/build/src -L/home/arfc/anaconda3/bin/../x86_64-conda_cos6-linux-gnu/sysroot/lib/../lib -L/home/arfc/anaconda3/bin/../x86_64-conda_cos6-linux-gnu/sysroot/lib/../lib -lpyne -lgfortran -o ./transport_spatial_methods.cpython-36m-x86_64-linux-gnu.so" failed with exit status 1
make[2]: *** [pyne/CMakeFiles/transport_spatial_methods.dir/build.make:62: pyne/transport_spatial_methods_so] Error 1
make[1]: *** [CMakeFiles/Makefile2:555: pyne/CMakeFiles/transport_spatial_methods.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
--------------------
If you are having issues building pyne, please report your problem to pyne-dev@googlegroups.com or look for help at http://pyne.io
--------------------
Traceback (most recent call last):
File "setup.py", line 425, in <module>
main()
File "setup.py", line 409, in main
main_safe(ns)
File "setup.py", line 401, in main_safe
main_body(ns)
File "setup.py", line 384, in main_body
rtn = subprocess.check_call(['make'] + ns.make_args, cwd=ns.build_dir)
File "/home/arfc/anaconda3/lib/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment