Skip to content

Instantly share code, notes, and snippets.

@raybsmith
Created May 31, 2016 18:16
Show Gist options
  • Save raybsmith/1e9aedbe0faff470ac6d782128e06c5f to your computer and use it in GitHub Desktop.
Save raybsmith/1e9aedbe0faff470ac6d782128e06c5f to your computer and use it in GitHub Desktop.
pySuperLU error
raymond@arch:~/builds/mine_python-daetools-svn/tmp/daetools-code$ sh compile_linux.sh --with-python-version 3.5 dae superlu superlu_mt trilinos ipopt bonmin nlopt
###############################################################################
Proceed with the following options:
- Qmake-spec: linux-g++
- Python: /usr/bin/python3.5
- Platform: Linux
- Architecture: x86_64
- Number of threads: 5
- Projects to compile: dae superlu superlu_mt trilinos ipopt bonmin nlopt
###############################################################################
*******************************************************************************
Build the project: dae
*******************************************************************************
[*] Configuring the project with (-j5, )...
qmake-qt4 -makefile dae.pro -r CONFIG+=release CONFIG+=silent CONFIG+=shellCompile customPython=/usr/bin/python3.5 -spec linux-g++
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Core/Core.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/DataReporting/DataReporting.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Activity/Activity.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/IDAS_DAESolver/IDAS_DAESolver.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Units/Units.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyCore/pyCore.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyActivity/pyActivity.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyDataReporting/pyDataReporting.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyIDAS/pyIDAS.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyUnits/pyUnits.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/simulation_loader/simulation_loader.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Reading /home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/fmi/fmi.pro
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
[*] Cleaning the project...
make: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code'
cd Core/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Core'
Makefile:1088: warning: overriding recipe for target 'release/stdafx.o'
Makefile:469: warning: ignoring old recipe for target 'release/stdafx.o'
Makefile:1091: warning: overriding recipe for target 'release/dllmain.o'
Makefile:815: warning: ignoring old recipe for target 'release/dllmain.o'
rm -f release/xmlreadstream.o release/xmlfunctions.o release/xmlfile.o release/variablearray.o release/variable_types.o release/variable.o release/stn.o release/if.o release/state.o release/stdafx.o release/ports.o release/event_port.o release/action.o release/on_event_actions.o release/on_condition_actions.o release/partial.o release/parameter.o release/object.o release/nodes.o release/model_port_arrays.o release/model.o release/finite_element_model.o release/equation.o release/domain.o release/dllmain.o release/distributed_variable_array.o release/condnode.o release/condition.o release/class_factory.o release/block.o release/adouble.o release/setup_nodes.o release/xmltag.o release/io_impl.o release/adouble_array.o release/nodes_array.o release/setup_node_array.o release/base_logging.o release/stdafx.o release/dllmain.o release/global_functions.o release/tcpiplog.o release/objfun_constraints.o release/external_function.o release/event_handling.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Core'
cd DataReporting/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/DataReporting'
rm -f release/text_file_reporter.o release/stdafx.o release/html_file_reporter.o release/filereporter.o release/dllmain.o release/data_reporter_local.o release/class_factory.o release/base_data_reporters_receivers.o release/hybrid_data_reporter_receiver.o release/delegate_data_reporter.o release/tcpip_data_reporter.o release/data_reporter_remote.o release/tcpip_data_receiver.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/DataReporting'
cd Activity/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Activity'
rm -f release/stdafx.o release/simulation.o release/dllmain.o release/class_factory.o release/base_activities.o release/optimization.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Activity'
cd IDAS_DAESolver/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/IDAS_DAESolver'
rm -f release/stdafx.o release/ida_solver.o release/daesolver.o release/class_factory.o release/base_solvers.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/IDAS_DAESolver'
cd Units/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Units'
rm -f release/dllmain.o release/units.o release/stdafx.o release/quantity.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Units'
cd pyCore/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyCore'
rm -f release/stdafx.o release/dllmain.o release/dae_python.o release/python_wraps.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyCore'
cd pyActivity/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyActivity'
rm -f release/stdafx.o release/dllmain.o release/dae_python.o release/python_wraps.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyActivity'
cd pyDataReporting/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyDataReporting'
rm -f release/stdafx.o release/dllmain.o release/dae_python.o release/python_wraps.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyDataReporting'
cd pyIDAS/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyIDAS'
rm -f release/stdafx.o release/dllmain.o release/dae_python.o release/python_wraps.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyIDAS'
cd pyUnits/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyUnits'
rm -f release/dllmain.o release/stdafx.o release/dae_python.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyUnits'
cd simulation_loader/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/simulation_loader'
rm -f release/dllmain.o release/simulation_loader.o release/simulation_loader_c.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/simulation_loader'
cd fmi/ && make -f Makefile clean
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/fmi'
rm -f release/dllmain.o release/daetools_fmi_cs.o
rm -f *~ core *.core
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/fmi'
make: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code'
[*] Compiling the project...
make: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code'
cd Core/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Core'
Makefile:1088: warning: overriding recipe for target 'release/stdafx.o'
Makefile:469: warning: ignoring old recipe for target 'release/stdafx.o'
Makefile:1091: warning: overriding recipe for target 'release/dllmain.o'
Makefile:815: warning: ignoring old recipe for target 'release/dllmain.o'
compiling xmlreadstream.cpp
compiling xmlfile.cpp
compiling variablearray.cpp
compiling variable_types.cpp
compiling xmlfunctions.cpp
compiling variable.cpp
compiling stn.cpp
compiling if.cpp
compiling state.cpp
compiling stdafx.cpp
compiling ports.cpp
compiling event_port.cpp
compiling action.cpp
compiling on_event_actions.cpp
compiling on_condition_actions.cpp
compiling partial.cpp
compiling parameter.cpp
compiling object.cpp
compiling nodes.cpp
compiling model_port_arrays.cpp
compiling model.cpp
compiling finite_element_model.cpp
compiling equation.cpp
compiling domain.cpp
compiling dllmain.cpp
compiling distributed_variable_array.cpp
compiling condnode.cpp
compiling condition.cpp
compiling class_factory.cpp
compiling block.cpp
compiling adouble.cpp
compiling setup_nodes.cpp
compiling xmltag.cpp
compiling io_impl.cpp
compiling adouble_array.cpp
compiling nodes_array.cpp
compiling setup_node_array.cpp
compiling base_logging.cpp
compiling global_functions.cpp
compiling tcpiplog.cpp
compiling objfun_constraints.cpp
compiling external_function.cpp
compiling event_handling.cpp
rm -f libcdaeCore.a
ar cqs libcdaeCore.a release/xmlreadstream.o release/xmlfunctions.o release/xmlfile.o release/variablearray.o release/variable_types.o release/variable.o release/stn.o release/if.o release/state.o release/stdafx.o release/ports.o release/event_port.o release/action.o release/on_event_actions.o release/on_condition_actions.o release/partial.o release/parameter.o release/object.o release/nodes.o release/model_port_arrays.o release/model.o release/finite_element_model.o release/equation.o release/domain.o release/dllmain.o release/distributed_variable_array.o release/condnode.o release/condition.o release/class_factory.o release/block.o release/adouble.o release/setup_nodes.o release/xmltag.o release/io_impl.o release/adouble_array.o release/nodes_array.o release/setup_node_array.o release/base_logging.o release/stdafx.o release/dllmain.o release/global_functions.o release/tcpiplog.o release/objfun_constraints.o release/external_function.o release/event_handling.o
rm -f ../release/libcdaeCore.a
mv -f libcdaeCore.a ../release/
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Core'
cd DataReporting/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/DataReporting'
compiling stdafx.cpp
compiling dllmain.cpp
compiling text_file_reporter.cpp
compiling html_file_reporter.cpp
compiling filereporter.cpp
compiling data_reporter_local.cpp
compiling class_factory.cpp
compiling base_data_reporters_receivers.cpp
compiling hybrid_data_reporter_receiver.cpp
compiling delegate_data_reporter.cpp
compiling tcpip_data_reporter.cpp
compiling data_reporter_remote.cpp
compiling tcpip_data_receiver.cpp
rm -f libcdaeDataReporting.a
ar cqs libcdaeDataReporting.a release/text_file_reporter.o release/stdafx.o release/html_file_reporter.o release/filereporter.o release/dllmain.o release/data_reporter_local.o release/class_factory.o release/base_data_reporters_receivers.o release/hybrid_data_reporter_receiver.o release/delegate_data_reporter.o release/tcpip_data_reporter.o release/data_reporter_remote.o release/tcpip_data_receiver.o
rm -f ../release/libcdaeDataReporting.a
mv -f libcdaeDataReporting.a ../release/
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/DataReporting'
cd Activity/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Activity'
compiling dllmain.cpp
compiling stdafx.cpp
compiling simulation.cpp
compiling class_factory.cpp
compiling base_activities.cpp
compiling optimization.cpp
rm -f libcdaeActivity.a
ar cqs libcdaeActivity.a release/stdafx.o release/simulation.o release/dllmain.o release/class_factory.o release/base_activities.o release/optimization.o
rm -f ../release/libcdaeActivity.a
mv -f libcdaeActivity.a ../release/
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Activity'
cd IDAS_DAESolver/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/IDAS_DAESolver'
compiling ida_solver.cpp
compiling stdafx.cpp
compiling base_solvers.cpp
compiling daesolver.cpp
compiling class_factory.cpp
rm -f libcdaeIDAS_DAESolver.a
ar cqs libcdaeIDAS_DAESolver.a release/stdafx.o release/ida_solver.o release/daesolver.o release/class_factory.o release/base_solvers.o
rm -f ../release/libcdaeIDAS_DAESolver.a
mv -f libcdaeIDAS_DAESolver.a ../release/
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/IDAS_DAESolver'
cd Units/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Units'
compiling quantity.cpp
compiling units.cpp
compiling dllmain.cpp
compiling stdafx.cpp
rm -f libcdaeUnits.a
ar cqs libcdaeUnits.a release/dllmain.o release/units.o release/stdafx.o release/quantity.o
rm -f ../release/libcdaeUnits.a
mv -f libcdaeUnits.a ../release/
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/Units'
cd pyCore/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyCore'
compiling dllmain.cpp
compiling stdafx.cpp
compiling python_wraps.cpp
compiling dae_python.cpp
rm -f libpyCore.so.1.5.0 libpyCore.so libpyCore.so.1 libpyCore.so.1.5
linking ../release/libpyCore.so.1.5.0
release/dae_python.o: In function `boost::python::objects::make_holder<1>::apply<boost::python::objects::value_holder<daepython::daeFileLogWrapper>, boost::mpl::vector1<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::execute(_object*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
dae_python.cpp:(.text._ZN5boost6python7objects11make_holderILi1EE5applyINS1_12value_holderIN9daepython17daeFileLogWrapperEEENS_3mpl7vector1INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7executeEP7_objectSG_[_ZN5boost6python7objects11make_holderILi1EE5applyINS1_12value_holderIN9daepython17daeFileLogWrapperEEENS_3mpl7vector1INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7executeEP7_objectSG_]+0x211): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
ln -s libpyCore.so.1.5.0 libpyCore.so
ln -s libpyCore.so.1.5.0 libpyCore.so.1
ln -s libpyCore.so.1.5.0 libpyCore.so.1.5
rm -f ../release/libpyCore.so.1.5.0
rm -f ../release/libpyCore.so
rm -f ../release/libpyCore.so.1
rm -f ../release/libpyCore.so.1.5
mv -f libpyCore.so.1.5.0 libpyCore.so libpyCore.so.1 libpyCore.so.1.5 ../release/
cp -fa ../release/libpyCore.so.1.5.0 ../daetools-package/daetools/pyDAE/Linux_x86_64_py35/pyCore.so
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyCore'
cd pyActivity/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyActivity'
compiling stdafx.cpp
compiling dllmain.cpp
compiling python_wraps.cpp
compiling dae_python.cpp
rm -f libpyActivity.so.1.5.0 libpyActivity.so libpyActivity.so.1 libpyActivity.so.1.5
linking ../release/libpyActivity.so.1.5.0
ln -s libpyActivity.so.1.5.0 libpyActivity.so
ln -s libpyActivity.so.1.5.0 libpyActivity.so.1
ln -s libpyActivity.so.1.5.0 libpyActivity.so.1.5
rm -f ../release/libpyActivity.so.1.5.0
rm -f ../release/libpyActivity.so
rm -f ../release/libpyActivity.so.1
rm -f ../release/libpyActivity.so.1.5
mv -f libpyActivity.so.1.5.0 libpyActivity.so libpyActivity.so.1 libpyActivity.so.1.5 ../release/
cp -fa ../release/libpyActivity.so.1.5.0 ../daetools-package/daetools/pyDAE/Linux_x86_64_py35/pyActivity.so
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyActivity'
cd pyDataReporting/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyDataReporting'
compiling stdafx.cpp
compiling dllmain.cpp
compiling python_wraps.cpp
compiling dae_python.cpp
rm -f libpyDataReporting.so.1.5.0 libpyDataReporting.so libpyDataReporting.so.1 libpyDataReporting.so.1.5
linking ../release/libpyDataReporting.so.1.5.0
ln -s libpyDataReporting.so.1.5.0 libpyDataReporting.so
ln -s libpyDataReporting.so.1.5.0 libpyDataReporting.so.1
ln -s libpyDataReporting.so.1.5.0 libpyDataReporting.so.1.5
rm -f ../release/libpyDataReporting.so.1.5.0
rm -f ../release/libpyDataReporting.so
rm -f ../release/libpyDataReporting.so.1
rm -f ../release/libpyDataReporting.so.1.5
mv -f libpyDataReporting.so.1.5.0 libpyDataReporting.so libpyDataReporting.so.1 libpyDataReporting.so.1.5 ../release/
cp -fa ../release/libpyDataReporting.so.1.5.0 ../daetools-package/daetools/pyDAE/Linux_x86_64_py35/pyDataReporting.so
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyDataReporting'
cd pyIDAS/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyIDAS'
compiling stdafx.cpp
compiling dae_python.cpp
compiling python_wraps.cpp
compiling dllmain.cpp
rm -f libpyIDAS.so.1.5.0 libpyIDAS.so libpyIDAS.so.1 libpyIDAS.so.1.5
linking ../release/libpyIDAS.so.1.5.0
ln -s libpyIDAS.so.1.5.0 libpyIDAS.so
ln -s libpyIDAS.so.1.5.0 libpyIDAS.so.1
ln -s libpyIDAS.so.1.5.0 libpyIDAS.so.1.5
rm -f ../release/libpyIDAS.so.1.5.0
rm -f ../release/libpyIDAS.so
rm -f ../release/libpyIDAS.so.1
rm -f ../release/libpyIDAS.so.1.5
mv -f libpyIDAS.so.1.5.0 libpyIDAS.so libpyIDAS.so.1 libpyIDAS.so.1.5 ../release/
cp -fa ../release/libpyIDAS.so.1.5.0 ../daetools-package/daetools/pyDAE/Linux_x86_64_py35/pyIDAS.so
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyIDAS'
cd pyUnits/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyUnits'
compiling dae_python.cpp
compiling dllmain.cpp
compiling stdafx.cpp
rm -f libpyUnits.so.1.5.0 libpyUnits.so libpyUnits.so.1 libpyUnits.so.1.5
linking ../release/libpyUnits.so.1.5.0
ln -s libpyUnits.so.1.5.0 libpyUnits.so
ln -s libpyUnits.so.1.5.0 libpyUnits.so.1
ln -s libpyUnits.so.1.5.0 libpyUnits.so.1.5
rm -f ../release/libpyUnits.so.1.5.0
rm -f ../release/libpyUnits.so
rm -f ../release/libpyUnits.so.1
rm -f ../release/libpyUnits.so.1.5
mv -f libpyUnits.so.1.5.0 libpyUnits.so libpyUnits.so.1 libpyUnits.so.1.5 ../release/
cp -fa ../release/libpyUnits.so.1.5.0 ../daetools-package/daetools/pyDAE/Linux_x86_64_py35/pyUnits.so
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pyUnits'
cd simulation_loader/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/simulation_loader'
compiling dllmain.cpp
compiling simulation_loader_c.cpp
compiling simulation_loader.cpp
rm -f libcdaeSimulationLoader-py35.so
linking ../release/libcdaeSimulationLoader-py35.so
mv -f libcdaeSimulationLoader-py35.so ../release/
cp -fa ../release/libcdaeSimulationLoader-py35.so ../daetools-package/daetools/solibs/Linux_x86_64/libcdaeSimulationLoader-py35.so
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/simulation_loader'
cd fmi/ && make -f Makefile
make[1]: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/fmi'
compiling dllmain.cpp
compiling daetools_fmi_cs.cpp
rm -f libcdaeFMU_CS-py35.so
linking ../release/libcdaeFMU_CS-py35.so
mv -f libcdaeFMU_CS-py35.so ../release/
cp -fa ../release/libcdaeFMU_CS-py35.so ../daetools-package/daetools/solibs/Linux_x86_64/libcdaeFMU_CS-py35.so
make[1]: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/fmi'
make: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code'
[*] Done!
*******************************************************************************
Build the project: LA_SuperLU
*******************************************************************************
[*] Configuring the project with (-j1, CONFIG+=shellSuperLU)...
qmake-qt4 -makefile LA_SuperLU.pro -r CONFIG+=release CONFIG+=silent CONFIG+=shellCompile customPython=/usr/bin/python3.5 -spec linux-g++ CONFIG+=shellSuperLU
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Project MESSAGE: SuperLU
[*] Cleaning the project...
make: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/LA_SuperLU'
rm -f release/stdafx.o release/dllmain.o release/superlu_la_solver.o release/config_data.o release/mmio.o
rm -f *~ core *.core
make: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/LA_SuperLU'
[*] Compiling the project...
make: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/LA_SuperLU'
compiling stdafx.cpp
compiling dllmain.cpp
compiling superlu_la_solver.cpp
compiling config_data.cpp
compiling ../mmio.c
rm -f libcdaeSuperLU_LASolver.a
ar cqs libcdaeSuperLU_LASolver.a release/stdafx.o release/dllmain.o release/superlu_la_solver.o release/config_data.o release/mmio.o
rm -f ../release/libcdaeSuperLU_LASolver.a
mv -f libcdaeSuperLU_LASolver.a ../release/
make: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/LA_SuperLU'
[*] Done!
*******************************************************************************
Build the project: pySuperLU
*******************************************************************************
[*] Configuring the project with (-j1, CONFIG+=shellSuperLU)...
qmake-qt4 -makefile pySuperLU.pro -r CONFIG+=release CONFIG+=silent CONFIG+=shellCompile customPython=/usr/bin/python3.5 -spec linux-g++ CONFIG+=shellSuperLU
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
Project MESSAGE: shellCompile
Project MESSAGE: SuperLU
Project MESSAGE: SUPERLU_LIBS: -L../superlu/lib -lsuperlu_4.1 -lrt -lpthread
[*] Cleaning the project...
make: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pySuperLU'
rm -f release/stdafx.o release/dllmain.o release/dae_python.o
rm -f *~ core *.core
make: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pySuperLU'
[*] Compiling the project...
make: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pySuperLU'
compiling stdafx.cpp
compiling dllmain.cpp
compiling dae_python.cpp
rm -f libpySuperLU.so.1.5.0 libpySuperLU.so libpySuperLU.so.1 libpySuperLU.so.1.5
linking ../release/libpySuperLU.so.1.5.0
/usr/bin/ld: cannot find -lbtf
collect2: error: ld returned 1 exit status
Makefile:116: recipe for target '../release/libpySuperLU.so.1.5.0' failed
make: *** [../release/libpySuperLU.so.1.5.0] Error 1
make: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/pySuperLU'
raymond@arch:~/builds/mine_python-daetools-svn/tmp/daetools-code$ gcc --version
gcc (GCC) 5.3.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment