Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
9349f6c7
Commit
9349f6c7
authored
4 years ago
by
Izzard, Robert Dr (Maths & Physics)
Browse files
Options
Downloads
Patches
Plain Diff
update to V2.2pre1 and fix meson build
parent
a7d7db8d
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meson.build
+3
-3
3 additions, 3 deletions
meson.build
with
3 additions
and
3 deletions
meson.build
+
3
−
3
View file @
9349f6c7
...
...
@@ -3,7 +3,7 @@
#
# (c) Robert Izzard 12/11/2020
#
# Known to work with binary_c 2.
1.7
using gcc and clang.
# Known to work with binary_c 2.
2.pre1
using gcc and clang.
#
# Supporting scripts are in the meson directory of binary_c.
#
...
...
@@ -45,7 +45,7 @@ project(
'cpp_std=gnu++17'
,
'b_asneeded=false'
,
# required on some platforms
],
version
:
'2.
1.7
'
,
# should agree with binary_c_version.h
version
:
'2.
2pre1
'
,
# should agree with binary_c_version.h
)
############################################################
...
...
@@ -303,7 +303,7 @@ int main(int argc,char **argv)
# version: exit if not!
#
if
binary_c_version
!=
meson
.
project_version
()
error
(
'binary_c_version and meson.project_version are not the same : they should be!'
)
error
(
'binary_c_version
'
+
binary_c_version
+
'
and meson.project_version
'
+
meson
.
project_version
()
+
'
are not the same : they should be!'
)
else
message
(
'binary_c version is '
+
binary_c_version
)
endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment