#!/usr/bin/python
  #
  # autogenerated by MRtrix configure script
  #
  # configure output:
  # 
# MRtrix build type requested: release version
# 
# Detecting OS: linux
# Looking for compiler [clang++]: not found
# Looking for compiler [g++]: g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
# Checking for C++11 compliance: ok
# Checking shared library generation: ok
# Detecting pointer size: 64 bit
# Detecting byte order: little-endian
# Checking for variable-length array support: ok
# Checking for non-POD variable-length array support: ok
# Checking for ::max_align_t: 16 bytes
# Checking for std::max_align_t: 16 bytes
# Checking for Eigen3 library: 3.3.7
# Checking for Eigen3 Unsupported: Present
# Checking for zlib compression library: 1.2.11
# Checking for "JSON for Modern C++" requirements: ok
# Checking for TIFF library: LIBTIFF, Version 4.1.0
# Checking for PNG library: Header: 1.6.37; library: 1.6.37
# Checking for FFTW library: fftw-3.3.8-sse2-avx
# Checking for Qt moc: moc (version 5.12.8)
# Checking for Qt qmake: qmake (version 5.12.8)
# Checking for Qt rcc: rcc (version 5.12.8)
# Checking for Qt: 5.12.8


PATH = r'/usr/local/fsl/bin:/home/brain/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin'
obj_suffix = '.o'
exe_suffix = ''
lib_prefix = 'lib'
lib_suffix = '.so'
cpp = [ 'g++', '-c', 'CFLAGS', 'SRC', '-o', 'OBJECT' ]
cpp_flags = [ '-std=c++11', '-DMRTRIX_BUILD_TYPE="release version"', '-pthread', '-fPIC', '-DMRTRIX_WORD64', '-DMRTRIX_HAVE_EIGEN_UNSUPPORTED_SPECIAL_FUNCTIONS', '-DMRTRIX_TIFF_SUPPORT', '-idirafter', '/usr/include/x86_64-linux-gnu', '-DMRTRIX_PNG_SUPPORT', '-idirafter', '/usr/include/libpng16', '-DEIGEN_FFTW_DEFAULT', '-Wall', '-O3', '-DNDEBUG' ]
ld = [ 'g++', 'OBJECTS', 'LINKFLAGS', '-o', 'EXECUTABLE' ]
ld_flags = [ '-Wl,--sort-common,--as-needed', '-pthread', '-lz', '-ltiff', '-lpng16', '-lz', '-lfftw3' ]
runpath = '-Wl,-rpath,$ORIGIN/'
ld_enabled = True
ld_lib = [ 'g++', 'OBJECTS', 'LINKLIB_FLAGS', '-o', 'LIB' ]
ld_lib_flags = [ '-shared', '-Wl,--sort-common,--as-needed', '-pthread', '-lz', '-ltiff', '-lpng16', '-lz', '-lfftw3' ]
eigen_cflags = [ '-idirafter', '/usr/include/eigen3', '-DEIGEN_DONT_PARALLELIZE' ]
moc = 'moc'
rcc = 'rcc'
qt_cflags = [ '-DQT_NO_DEBUG', '-DQT_OPENGL_LIB', '-DQT_SVG_LIB', '-DQT_WIDGETS_LIB', '-DQT_GUI_LIB', '-DQT_NETWORK_LIB', '-DQT_CORE_LIB', '-isystem', '/usr/include/x86_64-linux-gnu/qt5', '-isystem', '/usr/include/x86_64-linux-gnu/qt5/QtOpenGL', '-isystem', '/usr/include/x86_64-linux-gnu/qt5/QtSvg', '-isystem', '/usr/include/x86_64-linux-gnu/qt5/QtWidgets', '-isystem', '/usr/include/x86_64-linux-gnu/qt5/QtGui', '-isystem', '/usr/include/x86_64-linux-gnu/qt5/QtNetwork', '-isystem', '/usr/include/x86_64-linux-gnu/qt5/QtCore', '-idirafter', '/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++' ]
qt_ldflags = [ '/usr/lib/x86_64-linux-gnu/libQt5OpenGL.so', '/usr/lib/x86_64-linux-gnu/libQt5Svg.so', '/usr/lib/x86_64-linux-gnu/libQt5Widgets.so', '/usr/lib/x86_64-linux-gnu/libQt5Gui.so', '/usr/lib/x86_64-linux-gnu/libQt5Network.so', '/usr/lib/x86_64-linux-gnu/libQt5Core.so', '/usr/lib/x86_64-linux-gnu/libGL.so', '-lpthread' ]
nogui = False
