Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Expe replay feedback
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
sepia-pub
Open Science
Expe replay feedback
Commits
b7441968
Commit
b7441968
authored
1 year ago
by
Maël Madon
Browse files
Options
Downloads
Patches
Plain Diff
nix: update kapack + use batsim v4.2 + add jupyter in nix
parent
052015b8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
default.nix
+8
-16
8 additions, 16 deletions
default.nix
with
8 additions
and
16 deletions
default.nix
+
8
−
16
View file @
b7441968
{
kapack
?
import
(
fetchTarball
"https://github.com/oar-team/nur-kapack/archive/
f5aab9b631b549e68ddc4e6878f5a4cf6ba8a58d
.tar.gz"
)
# commit 2
7
/0
4
/23 "
lib: add helper function for c++ dev/ci packages
"
(
fetchTarball
"https://github.com/oar-team/nur-kapack/archive/
901a5b656f695f2c82d17c091a55db2318ed3f39
.tar.gz"
)
# commit
0
2/0
8
/23 "
batsim: 4.2.0
"
{}
,
doCheck
?
false
,
doCoverage
?
true
...
...
@@ -12,16 +12,6 @@
with
kapack
.
pkgs
;
let
self
=
rec
{
batsim_latest
=
kapack
.
batsim
.
overrideAttrs
(
attr
:
rec
{
name
=
"batsim"
;
version
=
"e3dbc246c5e3acd117a84909d351b94bfb6e4a59"
;
# commit "code: prevent temporary memleak for zmq msgs"
src
=
fetchgit
rec
{
url
=
"https://framagit.org/batsim/batsim.git"
;
rev
=
version
;
sha256
=
"sha256-+SGdNrPjRTGInrEQyFMCWcPIESD5yS+Enc1WRDCdKbQ="
;
};
});
batmen
=
kapack
.
batsched
.
overrideAttrs
(
attr
:
rec
{
name
=
"batmen"
;
version
=
"refs/tags/replay_feedback2023"
;
...
...
@@ -35,12 +25,13 @@ let self = rec {
swf2userSessions
=
pythonPackages
.
buildPythonPackage
rec
{
pname
=
"swf2userSessions"
;
format
=
"pyproject"
;
version
=
"
612382de6965bce418a34acb1cc764c5c2b622c9"
;
# commit 26/05/23 "align with batmen-tools: changed validity condition for jobs"
version
=
"
refs/tags/replay_feedback2023"
;
buildInputs
=
with
pythonPackages
;
[
flit
];
propagatedBuildInputs
=
[
pythonPackages
.
networkx
];
src
=
builtins
.
fetch
G
it
{
src
=
fetch
g
it
{
url
=
"https://gitlab.irit.fr/sepia-pub/mael/swf2userSessions.git"
;
rev
=
version
;
sha256
=
"sha256-Ot+NNpBARn87nqoAOtaD7+zaa+qLvz6RTTSKx6oSP9Q="
;
};
};
...
...
@@ -61,13 +52,14 @@ let self = rec {
exp_env
=
mkShell
rec
{
buildInputs
=
with
pythonPackages
;
[
batsim_latest
kapack
.
batsim-420
batmen
swf2userSessions
batmenTools
batexpe
kapack
.
evalys
# for data visualization
ipykernel
pandas
numpy
matplotlib
jinja2
pip
ipykernel
jupyter
# for jupyter notebood
pandas
numpy
matplotlib
jinja2
pip
# for data analysis
# wget
];
...
...
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