Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Vcsn
package-archlinux
Commits
3c07f060
Commit
3c07f060
authored
Jun 08, 2017
by
Clément Démoulins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for boost 1.64
parent
44150336
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
.SRCINFO
.SRCINFO
+3
-3
PKGBUILD
PKGBUILD
+5
-3
No files found.
.SRCINFO
View file @
3c07f060
# Generated by mksrcinfo v8
#
Mon Apr 24 16:03:07
UTC 2017
#
Thu Jun 8 14:30:40
UTC 2017
pkgbase = vcsn-git
pkgdesc = Finite state machine manipulation platform, consisting of a library and tools implemented on top of it.
pkgver = v2.
1
.r
384.g74679ab
pkgrel =
2
pkgver = v2.
5
.r
113.g620a9084
pkgrel =
1
url = http://vcsn.lrde.epita.fr/
arch = i686
arch = x86_64
...
...
PKGBUILD
View file @
3c07f060
...
...
@@ -2,8 +2,8 @@
pkgname
=
vcsn-git
_realname
=
vcsn
pkgver
=
v2.
1
.r
384.g74679ab
pkgrel
=
2
pkgver
=
v2.
5
.r
113.g620a9084
pkgrel
=
1
pkgdesc
=
"Finite state machine manipulation platform, consisting of a library and tools implemented on top of it."
arch
=(
'i686'
'x86_64'
)
url
=
"http://vcsn.lrde.epita.fr/"
...
...
@@ -31,7 +31,9 @@ build() {
cd
"
$srcdir
/
${
_realname
}
"
./bootstrap
./configure
--prefix
=
"/usr"
CXXFLAGS
=
'-O3'
CPPFLAGS
=
'-DNDEBUG'
make
V
=
1
# make V=1
# Temporary fix for Boost Python 1.64
make
V
=
1
VISIBILITY_CXXFLAGS
=
""
}
package
()
{
...
...
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