Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
0a643dc6
Commit
0a643dc6
authored
10 years ago
by
John Darrington
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Enable swig tests.
* gnu/packages/swig.scm (swig): Add boost as input and enable tests.
parent
428a62f2
No related branches found
Branches containing commit
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
gnu/packages/swig.scm
+2
-5
2 additions, 5 deletions
gnu/packages/swig.scm
with
2 additions
and
5 deletions
gnu/packages/swig.scm
+
2
−
5
View file @
0a643dc6
...
...
@@ -23,6 +23,7 @@ (define-module (gnu packages swig)
#
:use-module
(
guix
build-system
gnu
)
#
:use-module
(
gnu
packages
pcre
)
#
:use-module
(
gnu
packages
guile
)
#
:use-module
(
gnu
packages
boost
)
#
:use-module
(
gnu
packages
python
)
#
:use-module
(
gnu
packages
perl
)
#
:export
(
swig
))
...
...
@@ -39,11 +40,7 @@ (define swig
(
base32
"0kj21b6syp62vx68r1j6azv9033kng68pxm1k79pm4skkzr0ny33"
))))
(
build-system
gnu-build-system
)
(
arguments
'
(
#
:configure-flags
'
(
"--without-boost"
)
;; FIXME: Some tests require Boost anyway. Turn them on when
;; we have Boost.
#
:tests?
#f
))
(
native-inputs
`
((
"boost"
,
boost
)))
(
inputs
`
((
"pcre"
,
pcre
)
;; Provide these to run the corresponding tests.
...
...
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