Skip to content

Instantly share code, notes, and snippets.

@raybsmith
raybsmith / out.txt
Created June 30, 2016 15:06
deal.II build error
[*] Setting-up deal.II...
-- This is CMake 3.5.2
CMake Warning (dev) in cmake/macros/macro_deal_ii_invoke_autopilot.cmake:
Syntax Warning in cmake code at
/home/raymond/builds/mine_python-daetools-svn/20160629/src/trunk/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake:70:47
Argument not separated from preceding token by whitespace.
Call Stack (most recent call first):
@raybsmith
raybsmith / out.txt
Created June 30, 2016 14:36
Trilinos build error
[*] Building trilinos...
Scanning dependencies of target epetra
Scanning dependencies of target teuchos
[ 1%] Building CXX object packages/epetra/src/CMakeFiles/epetra.dir/Epetra_BLAS.cpp.o
[ 1%] Building CXX object packages/epetra/src/CMakeFiles/epetra.dir/Epetra_BasicDirectory.cpp.o
[ 1%] Building CXX object packages/epetra/src/CMakeFiles/epetra.dir/Epetra_BasicRowMatrix.cpp.o
[ 1%] Building CXX object packages/epetra/src/CMakeFiles/epetra.dir/Epetra_BlockMap.cpp.o
[ 2%] Building CXX object packages/teuchos/src/CMakeFiles/teuchos.dir/Teuchos_BLAS.cpp.o
[ 2%] Building CXX object packages/teuchos/src/CMakeFiles/teuchos.dir/Teuchos_CTimeMonitor.cpp.o
[ 2%] Building CXX object packages/teuchos/src/CMakeFiles/teuchos.dir/Teuchos_CommandLineProcessor.cpp.o
@raybsmith
raybsmith / PKGBUILD
Created June 29, 2016 20:46
DAE Tools PKGBUILD
# Maintainer: Raymond Smith <raymondbarrettsmith at gmail dot com>
_pkgname=daetools
pkgname=python-${_pkgname}-svn
pkgver=617
pkgrel=1
pkgdesc="Tools in Python for solving differential algebraic equations (DAEs)"
arch=('i686' 'x86_64')
url="http://daetools.sourceforge.net"
license=('GPL3')
replaces=('daetools-svn')
@raybsmith
raybsmith / out.txt
Created May 31, 2016 20:09
trilinos error 2
[*] Setting-up trilinos...
/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/trilinos
Configuring Trilinos build directory
-- PROJECT_SOURCE_DIR='/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/trilinos'
-- PROJECT_BINARY_DIR='/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/trilinos/build'
-- CMAKE_VERSION = 3.5.2
-- Found PythonInterp: /usr/bin/python2.7 (Required is at least version "2.4")
-- PYTHON_EXECUTABLE='/usr/bin/python2.7'
@raybsmith
raybsmith / out.txt
Created May 31, 2016 19:43
trilinos compile error
raymond@arch:~/builds/mine_python-daetools-svn/tmp/daetools-code$ sh compile_libraries_linux.sh --with-python-version 3.5 trilinos
###############################################################################
Proceed with the following options:
- Python: python3.5
- Python version: 35
- Python include dir: /usr/include/python3.5m
- Python lib dir: /usr/lib
- Platform: Linux
- Architecture: x86_64
@raybsmith
raybsmith / cmdout.txt
Created May 31, 2016 19:40
trilinos teuchos fail
*******************************************************************************
Build the project: pyTrilinos
*******************************************************************************
[*] Configuring the project with (-j1, )...
qmake-qt4 -makefile pyTrilinos.pro -r CONFIG+=release CONFIG+=silent CONFIG+=shellCompile customPython=/usr/bin/python3.5 -spec linux-g++
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
[*] Cleaning the project...
@raybsmith
raybsmith / cmdOut.txt
Created May 31, 2016 18:16
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
@raybsmith
raybsmith / termOut.txt
Created May 31, 2016 14:01
daetools compile 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
# Maintainer: Raymond Smith <raymondbarrettsmith at gmail dot com>
_pkgname=daetools
pkgname=python-${_pkgname}-svn
pkgver=566
pkgrel=1
pkgdesc="Tools in Python for solving differential algebraic equations (DAEs)"
arch=('i686' 'x86_64')
url="http://daetools.sourceforge.net"
license=('GPL3')
replaces=('daetools-svn')
@raybsmith
raybsmith / termOutTril
Created April 29, 2016 23:28
dae Tools pyTrilinos error
*******************************************************************************
Build the project: pyTrilinos
*******************************************************************************
[*] Configuring the project with (-j1, )...
qmake-qt4 -makefile pyTrilinos.pro -r CONFIG+=release CONFIG+=silent CONFIG+=shellCompile customPython=/usr/bin/python3.5 -spec linux-g++
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
[*] Cleaning the project...