From SLangTNG
Contents |
Download
Executables
From time to time we will build an executable and put it to our FTP server:
- Mac OS X 64 bit (compatible with 10.6)
- Linux 64bit (compatible with OpenSuse 11.1)
Click here to download SLangTNG.
Anonymous access to TNG sources
git clone git://git.tuxfamily.org/gitroot/slangtng/slangtng.git tng
In order to incorporate new revisions into your sources you can transfer the patches via
cd tng git pull
Developer access to TNG sources
It is recommended to configure Git properly on your machine. Then, register/create an account at tuxfamily.org. Get a clone of the SLangTNG source repo by
git clone ssh://YOURUSER@git.tuxfamily.org/gitroot/slangtng/slangtng.git tng
A nice HTML interface to the source repository can be found here using Gitweb
A tutorial on main commands of Git and its interaction with Tuxfamily.org's configuration can be found here.
External libraries
After getting a copy of SLangTNG's sources you will need to provide compiled development packages of various third-party libraries.
In order to avoid licensing issues, we will not provide them for convenience. You have to download and compile them manually and collect them in the path
tng/Externals
For some developers with account to universities' file servers the externals are stored in separate git repositories.
- At TU Vienna:
cd tng && git clone /home/tng/tng/tngexternals.git/ Externals/
The build environment in SLangTNG's Git repo is adopted to the tngexternals.git including patches/makefile tuning.
Before using and redistributing any third-party library, check the respective license and/or get in contact with the author(s) to clarify terms of conditions. It may happen, that the license of some libraries is incompatible with te needs of certain proprietary/commercial projects. In such cases, some TNG modules should be excluded from compilation such that license issues can be avoided.
List of external libraries:
- apache-log4cxx-0.10.0
- apr-1.3.3
- apr-util-1.3.4
- ARPACK
- boost 1.38.0
- CG+
- COBYLA2
- Conmax
- conmin
- dfftpack
- Eigen 2.0.12
- expat-2.0.1
- f2c
- FTGL
- freetype-2.3.5
- BLAS/LAPACK (as system libraries)
- LBFGSB 2.1
- libharu-2.1.0
- libiconv-1.13
- libpng-1.4.1
- lua-5.1.4
- MUMPS-4.8.4
- RADAU
- SuiteSparse-3.1.0
- SuperLU-3.1
- SWIG-1.3.40
- wave_fortran
- Qt (as system libraries)
From time to time we upload the installation packages of the external libraries. Please, check licenses before using them! You can download them here.
License
The sources of SLangTNG are licensed as open source (BSD).
BSD License
| English | Deutsch |
|---|---|
|
Copyright (c) <YEAR>, <OWNER> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Copyright (c) <JAHR>, <BESITZER> Alle Rechte vorbehalten. Weiterverbreitung und Verwendung in nichtkompilierter oder kompilierter Form, mit oder ohne Veränderung, sind unter den folgenden Bedingungen zulässig:
DIESE SOFTWARE WIRD VOM INHABER DES URHEBERRECHTS UND DEN BEITRAGSLEISTENDEN OHNE JEGLICHE SPEZIELLE ODER IMPLIZIERTE GARANTIEN ZUR VERFÜGUNG GESTELLT, DIE UNTER ANDEREM EINSCHLIESSEN: DIE IMPLIZIERTE GARANTIE DER VERWENDBARKEIT DER SOFTWARE FÜR EINEN BESTIMMTEN ZWECK. AUF KEINEN FALL SIND DIE INHABER DES URHEBERRECHTS ODER DIE BEITRAGSLEISTENDEN FÜR IRGENDWELCHE DIREKTEN, INDIREKTEN, ZUFÄLLIGEN, SPEZIELLEN, BEISPIELHAFTEN ODER FOLGENDEN SCHÄDEN (UNTER ANDEREM VERSCHAFFEN VON ERSATZGÜTERN ODER -DIENSTLEISTUNGEN; EINSCHRÄNKUNG DER NUTZUNGSFÄHIGKEIT; VERLUST VON NUTZUNGSFÄHIGKEIT; DATEN; PROFIT ODER GESCHÄFTSUNTERBRECHUNG), WIE AUCH IMMER VERURSACHT UND UNTER WELCHER VERPFLICHTUNG AUCH IMMER, OB IN VERTRAG, STRIKTER VERPFLICHTUNG ODER UNERLAUBTE HANDLUNG (INKLUSIVE FAHRLÄSSIGKEIT) VERANTWORTLICH, AUF WELCHEM WEG SIE AUCH IMMER DURCH DIE BENUTZUNG DIESER SOFTWARE ENTSTANDEN SIND, SOGAR, WENN SIE AUF DIE MÖGLICHKEIT EINES SOLCHEN SCHADENS HINGEWIESEN WORDEN SIND. |

