Skip to content

Add SIPPackage base class#12157

Merged
adamjstewart merged 1 commit intospack:developfrom
adamjstewart:features/sip
Jul 30, 2019
Merged

Add SIPPackage base class#12157
adamjstewart merged 1 commit intospack:developfrom
adamjstewart:features/sip

Conversation

@adamjstewart
Copy link
Copy Markdown
Member

Added a new base class for the SIP build system. SIP is very similar to QMake in the sense that it contains a configure.py script that generates .pro files, followed by the usual qmake, make, make install. SIP is also similar to Python's build system in the sense that it is designed to install Python bindings for a C/C++ library like Qt. SIP was originally designed for PyQt and PyKDE but can be used as the build system for any Python/C/C++ project.

  • Added SIPPackage base class
  • Added spack create support
  • Added spack configure support
  • Added spack build support
  • Added unit tests
  • Added documentation

Let me know if there's anything else I'm forgetting.

With this branch, py-pyqt5 successfully installs and passes the import tests. I was unable to test py-pyqt4 due to #12139.

@adamjstewart adamjstewart requested a review from alalazo July 27, 2019 19:57
@adamjstewart adamjstewart merged commit b34da4e into spack:develop Jul 30, 2019
@adamjstewart adamjstewart deleted the features/sip branch July 30, 2019 22:12
dev-zero pushed a commit to dev-zero/spack that referenced this pull request Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant