Skip to content

Commit

Permalink
pybamm-team#3480 reset benchmarks and update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Dec 16, 2023
1 parent 9f2d3db commit 9277940
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": 1,

// The name of the project being benchmarked
"project": "PyBaMM",
"project": "pybamm",

// The project's homepage
"project_url": "https://pybamm.org/",
Expand All @@ -24,7 +24,9 @@
// "install_command": ["in-dir={env_dir} python -mpip install {wheel_file}"],
// "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"],
"build_command": [
"python -m pip install setuptools wheel casadi cmake pybind11[global] && python -m pip wheel --no-deps -w --no-build-isolation {build_dir}"
"python -m pip install pybind11[global]",
"python setup.py build",
"PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
],

// List of branches to benchmark. If not provided, defaults to "master"
Expand Down Expand Up @@ -74,9 +76,6 @@
"req": {
"numpy": [],
"casadi": [],
"scipy": [],
"xarray": [],
"wheel": [],
"wget": [],
"cmake": [],
"anytree": [],
Expand Down

0 comments on commit 9277940

Please sign in to comment.