[segyio] 295/376: Add submodule 'matthew-brett/multibuild'

Jørgen Kvalsvik jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

jokva-guest pushed a commit to branch debian
in repository segyio.

commit bb4417227c7705658b344f54198f798321bead9f
Author: Jørgen Kvalsvik <jokva at statoil.com>
Date:   Wed May 3 10:47:13 2017 +0200

    Add submodule 'matthew-brett/multibuild'
    
    The multibuild submodule is a series of useful scripts for automated
    wheel building and deployment to pypi (or some other index) for linux
    and OS
---
 .gitmodules | 3 +++
 README.md   | 5 +++++
 multibuild  | 1 +
 3 files changed, 9 insertions(+)

diff --git a/.gitmodules b/.gitmodules
index 3226d54..392e368 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
 [submodule "pycmake"]
 	path = pycmake
 	url = https://github.com/statoil/pycmake
+[submodule "multibuild"]
+	path = multibuild
+	url = https://github.com/matthew-brett/multibuild.git
diff --git a/README.md b/README.md
index b09e400..49380e6 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,11 @@ in your home directory, add `-DCMAKE_INSTALL_PREFIX=~/` or some other
 appropriate directory. Remember to update your $PATH! By default, only the
 python bindings are built.
 
+Passing recursive to `git clone` also fetches statoil/pycmake and
+matthew-brett/multibuild. The former is cmake features for managing python
+packages, and the latter tools for building OS X and linux binary packages for
+pip.
+
 ##### Matlab support #####
 
 To build the matlab bindings, invoke CMake with the option `-DBUILD_MEX=ON`. In
diff --git a/multibuild b/multibuild
new file mode 160000
index 0000000..c8eb046
--- /dev/null
+++ b/multibuild
@@ -0,0 +1 @@
+Subproject commit c8eb0460f739cd280029c7110a248f4d7351d431

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git



More information about the debian-science-commits mailing list