Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RAMET Pierre
guix-hpc
Commits
b7886043
Commit
b7886043
authored
Dec 15, 2020
by
Philippe SWARTVAGHER
Browse files
Downgrade FxT to 0.3.11 while a new version of StarPU isn't packaged
parent
a990688e
Changes
2
Hide whitespace changes
Inline
Side-by-side
inria/eztrace.scm
View file @
b7886043
...
...
@@ -125,14 +125,14 @@ threads.")
(
define-public
fxt
(
package
(
name
"fxt"
)
(
version
"0.3.1
2
"
)
(
version
"0.3.1
1
"
)
; blocked at this version until StarPU isn't updated with a version containing commit 5c73a6dfe4cdf9ae12c29773f85106755f59c10b
(
source
(
origin
(
uri
(
string-append
"mirror://savannah/fkt/fxt-"
version
".tar.gz"
))
(
method
url-fetch
)
(
sha256
(
base32
"0
svqg310vd2mp2zrzq5mbc9z1k8svz5xkld9zwg0n3gbi2qqp73s
"
))))
"0
837pdm2ffdixr6wjdcb5ccbwyzakq60bq535b7hb8wygq69ifwc
"
))))
(
build-system
gnu-build-system
)
(
native-inputs
`
((
"perl"
,
perl
)
(
"help2man"
,
help2man
)))
...
...
inria/storm.scm
View file @
b7886043
...
...
@@ -136,7 +136,7 @@ kernels are executed as efficiently as possible.")
(
package
(
inherit
starpu-1
.
2
)
(
name
"starpu"
)
(
version
"1.3.7"
)
(
version
"1.3.7"
)
; for the next release, update also fxt in inria/eztrace.scm
(
source
(
origin
(
method
git-fetch
)
(
uri
(
git-reference
...
...
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