- Mar 01, 2018
-
-
Dilawar Singh authored
- dont use python setup.py install . It does not work anymore if --prefix directory is not in PYTHONPATH. - Use python setup.py bdist -d INSTALL_DIR and let cmake unarchive and copy it to desired location. This is much better solution.
-
Dilawar Singh authored
-
- Nov 20, 2017
-
-
Dilawar Singh authored
found.
-
- Jul 08, 2017
-
-
Dilawar Singh authored
Conflicts: moose-core/python/moose/moose_test.py
-
- Jun 21, 2017
-
-
Dilawar Singh authored
-
Zbigniew Jędrzejewski-Szmek authored
* pymoose: unbreak installation under Python 3 Commit 24ebac50 removed the setting of the suffix of the binary python module. Unfortunately no explanation was provided… Anyway, 'python3 setup.py build' and 'python3 setup.py install' stopped working because setup.py is expecting a file like _moose.cpython-36m-x86_64-linux-gnu.so, and it simply ignored _moose.so. As a result the binary module was not installed. * .gitignore: ignore "moose" only in the top-level directories Just "moose" would also match python/moose, with predictably bad consequences. * .gitignore: ignore VERSION It's a generated file. * Restore moose/moose.py It was removed in 24dea426. No explanation was provided, but it seems to have been a mistake, because without this file, 'import moose' has little chances of succeeding, since __init__.py includes 'from .moose import *'. * Fix a bunch of local imports
-
- Apr 26, 2017
-
-
malav4994 authored
-
- Apr 21, 2017
-
-
Dilawar Singh authored
-
- Dec 31, 2016
-
-
Dilawar Singh authored
-
Dilawar Singh authored
-
- Nov 19, 2016
-
-
Dilawar Singh authored
standalone executables.
-
Dilawar Singh authored
standalone executables.
-
- May 25, 2016
-
-
Dilawar Singh authored
-