Pavel Kretov
Pavel Kretov
Hi all. I've looked through the project and it seemed quite promising for me (despite not being updated for a while). I work on an [FDTD](https://en.wikipedia.org/wiki/Finite-difference_time-domain_method) solver and like a...
Is it possible to configure `git-as-svn` as a proxy to a repository which is hosted somewhere else on the net? On the GitHub, for example. I looked through the documentation...
Hi! I've looked through the project build configuration, and I found few moments I can improve it: - Merge all `CMakeLists.txt` into a the topmost one. You cannot build only...
Hi. I've tried installing the package with `easy_install-3.4` (for some reason I prefer `easy_install` over `pip`), but it has reported me the following error: ``` text $ sudo easy_install-3.4 easyplot...
Hi, I'm trying to use `./signin.sh` script, but it does not seem to work for me. I give it a valid phone, email and name, but it does not result...
I'm trying to use EasyCL via as a Git submodule which is included into my project by using CMake's `add_subdirectory`. Unfortunately, building fails with a message: > src/cmake_install.cmake:56: error: file...
I'm trying to install occmodel with `pip install occmodel` and get the following error message: ``` text Downloading/unpacking occmodel Downloading occmodel-0.1.0.tar.gz (270kB): 270kB downloaded Running setup.py (path:/tmp/pip-build-niH2pa/occmodel/setup.py) egg_info for package...
Hi all! I'm trying to compile a simple Qt4 application (the [calculator example](http://doc.qt.io/qt-4.8/qt-widgets-calculator-example.html)) using `linaro-x64` toolchain. It almost compiles, but then the linking stage occurs. This is what I get...
Hi all! While I was making changes for #34, I've noticed that the project's `CMakeLists.txt` defines a lot of cache variables with simple, unprefixed names, and I think they should...