- Feb 17, 2025
-
-
Studer Gabriel authored
-
- Nov 08, 2020
-
-
Studer Gabriel authored
You might have to adapt CMake flags when building OpenStructure to variables specified here: https://cmake.org/cmake/help/latest/module/FindPython.html
-
- Feb 13, 2020
-
-
Bienchen authored
-
- Nov 13, 2019
-
-
Studer Gabriel authored
This commit doesn't make OpenStructure work with Python 3. The goal of this commit was to perform an automated port of the Python code and make it compile. The performed steps: - Edited CMakeLists.txt to search for Python with 3.6 as min version 3.6 is the Python version shipped by default with Ubuntu 18.04 LTS - Add version 3.6 to cmake_support/FindPython.cmake - Adapt setup_boost macro in cmake_support/OST.cmake to prefer versioned libraries and not first check for boost_python.so. In the example of Ubuntu 18.04, libboost_python.so is specific for Python 2 but libboost_python3.so is the one we want. - apply the following command: 2to3-2.7 -n -w <OST_DIR> - adapt base/pymod/wrap_base.cc, gui/pymod/wrap_gui.cc and gui/pymod/export_message_widget.cc as PyString functionalities do not exist anymore in the Python 3 interpreter (replaced by PyUnicode) - adapt gui/src/python_shell/python_interpreter_worker.hh to resolve issue discussed in https://stackoverflow.com/questions/23068700/embedding-python3-in-qt-5 Long story short: Qt does a typedef for "slots" which causes trouble with other headers that are pulled in from the Python interpreter
-
- Jun 24, 2019
-
-
Bienchen authored
-
- Mar 16, 2015
-
-
Andreas Schenk authored
added libexec dir to OSX deployment cmake script fixed path to python library for OSX packaging
-
- Jun 08, 2013
-
-
Valerio Mariani authored
-
Valerio Mariani authored
-
- Jun 07, 2013
-
-
Valerio Mariani authored
Horrible hack (execute_process) to work around the fact that the python modules in Ubuntu are now spread over many directories and symlinked everywhere
-
- Mar 18, 2013
-
-
-
-
Thanks Tobias for diagnosing the problem
-
- Mar 15, 2013
-
-
Valerio Mariani authored
-
- Mar 12, 2013
-
-
Valerio Mariani authored
-
Valerio Mariani authored
Thanks Tobias for diagnosing the problem
-
Valerio Mariani authored
-
Valerio Mariani authored
Thanks Tobias for diagnosing the problem
-
- Feb 01, 2013
-
-
Andreas Schenk authored
-
- Dec 03, 2012
-
-
Valerio Mariani authored
-
- Oct 17, 2012
-
-
Valerio Mariani authored
-
- Sep 19, 2012
-
-
Andreas Schenk authored
-
- Sep 14, 2012
-
-
Andreas Schenk authored
-
Andreas Schenk authored
-
Andreas Schenk authored
fixed lib64/lib detection in copy dependencies script
-
- Sep 13, 2012
-
-
Andreas Schenk authored
-
Andreas Schenk authored
added skeleton for Linux deployment with CPack
-
- Sep 07, 2012
-
-
Andreas Schenk authored
added CPack configuration to create complete bundle dmg on OSX with "make package"
-
- Jul 19, 2012
-
-
Andreas Schenk authored
-
- Jul 11, 2012
-
-
Valerio Mariani authored
-
- Jul 06, 2012
-
-
Valerio Mariani authored
Fixes BZDNG-385
-
- Jun 23, 2012
-
-
Marco Biasini authored
The examples don't really make a lof of sense without shaders enabled
-
Marco Biasini authored
-
- Jun 19, 2012
-
-
Valerio Mariani authored
Closes BZDNG-350
-
- Jun 16, 2012
-
-
Valerio Mariani authored
Removed the directories with scripts to create rpm and deb as in the future we will use Andi's cpack
-
- Jun 03, 2012
-
-
Marco Biasini authored
The main advantage of the new script is the ability to also deploy applications built on OpenStructure, e.g. QMEAN. It does only minimalistic OST bundles for now, no gui, no graphics.
-
Marco Biasini authored
Instead of creating a lib/openstructure subdirectory containing all ost modules, use lib/python$MAJOR.$MINOR/site-packages. This follows more closely what other projects are doing. The main motivation, however is to simplify deploment of tools built on OpenStructure.
-
Marco Biasini authored
The boost.python library gets implictly include with gosty when buildinga full bundle, but we were missing it when building a minimal bundle.
-
Marco Biasini authored
-
Marco Biasini authored
-
- Jun 01, 2012
-
-
Marco Biasini authored
The boost.python library gets implictly include with gosty when buildinga full bundle, but we were missing it when building a minimal bundle.
-