Skip to content
Snippets Groups Projects
  1. Jun 22, 2017
  2. Jun 21, 2017
    • Dilawar Singh's avatar
      Squashed 'moose-examples/' content from commit 3a960983fe · 378bf23c
      Dilawar Singh authored
      git-subtree-dir: moose-examples
      git-subtree-split: 3a960983fe23dad8e0b34883e61510d05a2f3b2a
      378bf23c
    • Dilawar Singh's avatar
      Squashed 'moose-core/' content from commit fe77059f98 · e6e83b76
      Dilawar Singh authored
      git-subtree-dir: moose-core
      git-subtree-split: fe77059f98c5a6cab2e106f78b7eb505f4f62850
      e6e83b76
    • Dilawar Singh's avatar
      Squashed 'moose-examples/' content from commit 2eb5fa888 · edd901da
      Dilawar Singh authored
      git-subtree-dir: moose-examples
      git-subtree-split: 2eb5fa888ff20afdc478366881255201b51a58b8
      edd901da
    • Dilawar Singh's avatar
      Squashed 'moose-core/' changes from b3b597f41..2ecab963b · 45f9e9b9
      Dilawar Singh authored
      2ecab963b Merge commit 'af3c29a4'
      ad3ec12ec Fixes to allow moose module to be installed and imported (#220)
      0fb32dec5 All changes from previous repository. No new file is added here.
      
      git-subtree-dir: moose-core
      git-subtree-split: 2ecab963b249229174cfef1fafd282977a7920c3
      45f9e9b9
    • Zbigniew Jędrzejewski-Szmek's avatar
      Fixes to allow moose module to be installed and imported (#220) · 60f3632e
      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
      60f3632e
  3. Apr 26, 2017
  4. May 18, 2016