Skip to content

Commit 53d39bf

Browse files
committed
Use a submodule for objcryst (rather than a complicated upstream approach)
1 parent 67c82b4 commit 53d39bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+33
-61138
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "src/objcryst"]
2+
path = src/objcryst
3+
url = https://github.com/vincefn/objcryst

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ install:
105105
# Verify version of the installed library.
106106
- MYINCLUDE="${MYPREFIX}/include"
107107
- MYLIB="${MYPREFIX}/lib"
108-
- MYVERSION="${MYINCLUDE}/ObjCryst/version.h"
108+
- MYVERSION="${MYINCLUDE}/version/version.h"
109109
- MYGIT_REV=$(grep '^#define LIBOBJCRYST_GIT_COMMIT' "$MYVERSION" | cut -d '"' -f 2)
110110
- if [[ "${MYCOMMIT}" != "${MYGIT_REV}" ]]; then
111111
echo "Version mismatch ${MYCOMMIT} vs ${MYGIT_REV}.";

site_scons/fallback_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
Update FALLBACK_VERSION when tagging a new release.
88
'''
99

10-
FALLBACK_VERSION = '2024.1.1'
10+
FALLBACK_VERSION = '2024.1.1.post0'

0 commit comments

Comments
 (0)