Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
spins-ltsmin-deb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spot
spins-ltsmin-deb
Commits
328e5d48
Commit
328e5d48
authored
Sep 11, 2019
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update and link *.spins files with -pthreads
parent
f5698acd
Pipeline
#12935
failed with stages
in 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
debian/changelog
debian/changelog
+8
-0
spins.sh
spins.sh
+2
-2
No files found.
debian/changelog
View file @
328e5d48
spins (1.1-5) unstable; urgency=medium
* Update to git version bcc898c3610208c6ae0063d2353d1631e7fe7de1 from
2018-12-02.
* Link the *.spins files with -pthreads.
-- Alexandre Duret-Lutz <adl@lrde.epita.fr> Wed, 11 Sep 2019 14:34:05 +0200
spins (1.1-4) unstable; urgency=medium
* Update to new build environment.
...
...
spins.sh
View file @
328e5d48
...
...
@@ -37,7 +37,7 @@ if [ -f "$output_file" ]; then
fi
# Total memory in KB
if
[
-e
/proc/meminfo
]
;
then
if
[
-e
/proc/meminfo
]
;
then
totalMemKB
=
`
awk
'/MemTotal:/ { print $2 }'
/proc/meminfo
`
totalMemMB
=
$((
$totalMemKB
/
1024
))
else
...
...
@@ -68,7 +68,7 @@ CC="gcc -fPIC -shared -O2 -ggdb $CFLAGS -Wno-unused-variable \
-Wno-initializer-overrides
\
-Wno-unused-but-set-variable
\
-Wno-unknown-warning-option
\
$output_file
-o
$promela_name
.spins"
-pthreads
$output_file
-o
$promela_name
.spins"
if
[
$verbose
=
1
]
;
then
echo
$CC
...
...
Write
Preview
Markdown
is supported
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