Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
d5ec1424
Commit
d5ec1424
authored
Jul 22, 2017
by
Maxime Perrotin
Browse files
Properly detect 64 bits platforms
parent
fd9a3fdc
Changes
7
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d5ec1424
...
...
@@ -141,6 +141,9 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
1.
5.39 (07/2017)
-
Minor fix in testcase Makefile
1.
5.38 (06/2017)
-
Fix unicode issue in Ada backend
...
...
asn1-value-editor
@
59a97144
Compare
56520265
...
59a97144
Subproject commit 5
652026598202a7c3230b4e322f7aa0b6637784
2
Subproject commit 5
9a971440f0b96144d4910abefcfd6f698186c9
2
dmt
@
ab1d0557
Compare
6665e063
...
ab1d0557
Subproject commit
6665e0632db0a1b11c2942bd8ae293a00d9bc126
Subproject commit
ab1d055747327b2f19ed45550caa15733538cd0d
opengeode/opengeode.py
View file @
d5ec1424
...
...
@@ -139,7 +139,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.5.3
8
'
__version__
=
'1.5.3
9
'
if
hasattr
(
sys
,
'frozen'
):
# Detect if we are running on Windows (py2exe-generated)
...
...
properties
@
84968d20
Compare
bfaa6f18
...
84968d20
Subproject commit
bfaa6f1858d7cc21a3daa8a52cb66339022e9e7c
Subproject commit
84968d20b828d4e7b69758ad9ab07ccb38dc1f85
pymsc
@
10211c24
Compare
291c7bce
...
10211c24
Subproject commit
291c7bcef7a6c4648e797103adeb42f4faf50a50
Subproject commit
10211c2482499066927faf9f07f52bc3d1fb290f
tests/regression/test-iterators/Makefile
View file @
d5ec1424
include
../shared.mk
ARCH
:=
$(
shell
getconf LONG_BIT
)
all
:
test-ada test-llvm
clean
:
...
...
@@ -14,7 +14,7 @@ test-parse:
$(OPENGEODE)
orchestrator.pr
--check
test-ada
:
uname
-a
|
grep
x86_64
&&
EXTRAFLAG
=
"--target=x86_64-linux"
;
\
[
$(ARCH)
==
64
]
&&
EXTRAFLAG
=
"--target=x86_64-linux"
;
\
mkdir
-p
build
&&
cp
*
.pr
*
.asn model_checker.gpr properties build
&&
cd
build
&&
\
../../../../opengeode/opengeode.py orchestrator.pr
--shared
&&
\
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
&&
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment