Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/clang_format_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]
jobs:
build:
name: clang-format-check
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
# Run on external PRs, but not internal PRs as they'll be run by the push
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]
jobs:
build:
name: coverage-test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
# Run on external PRs, but not internal PRs as they'll be run by the push
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/docstring_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]
jobs:
build:
name: docstring-check
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
# Run on external PRs, but not internal PRs as they'll be run by the push
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

Expand All @@ -17,13 +17,13 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install build-essential libhdf5-dev python3-venv libclang1-9
sudo apt-get install build-essential libhdf5-dev python3-venv libclang-14-dev clang-14

# debug
dpkg -L libclang1-9
ls -al /usr/lib/x86_64-linux-gnu/libclang*
dpkg -L libclang-14-dev
ls -al /usr/lib/llvm-14/lib/libclang*

- name: Check docstrings
run: |
export LIBCLANG_PATH=/usr/lib/x86_64-linux-gnu/libclang-9.so.1
ci/check_generated_docstrings.sh || true
export LIBCLANG_PATH=/usr/lib/llvm-14/lib/libclang.so
ci/check_generated_docstrings.sh || true
24 changes: 0 additions & 24 deletions .github/workflows/mirror-ebrains.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish-sdist-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-20.04, macos-13, macos-14]
os: [ubuntu-22.04, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ env:

jobs:
build-linux-cpp:
name: Run tests on ubuntu-20.04
runs-on: ubuntu-20.04
name: Run tests on ubuntu-22.04
runs-on: ubuntu-22.04
strategy:
matrix:
compiler:
Expand Down Expand Up @@ -66,8 +66,8 @@ jobs:
./ci/cpp_test.sh

build-linux-python:
name: Run python tests on ubuntu-20.04
runs-on: ubuntu-20.04
name: Run python tests on ubuntu-22.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/fmtlib/fmt.git
[submodule "extlib/HighFive"]
path = extlib/HighFive
url = https://github.com/BlueBrain/HighFive.git
url = https://github.com/highfive-devs/highfive.git
[submodule "python/pybind11"]
path = python/pybind11
url = https://github.com/pybind/pybind11.git
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ submodules:
recursive: true

build:
os: "ubuntu-20.04"
os: "ubuntu-22.04"
apt_packages:
- libhdf5-dev
tools:
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Installing as a Python package, directly from GitHub

.. code-block:: shell

pip install git+https://github.com/BlueBrain/libsonata
pip install git+https://github.com/openbraininstitute/libsonata

Building the C++ library
~~~~~~~~~~~~~~~~~~~~~~~~

.. code-block:: shell

git clone git@github.com:BlueBrain/libsonata.git --recursive
git clone git@github.com:openbraininstitute/libsonata.git --recursive
cd libsonata
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DEXTLIB_FROM_SUBMODULES=ON ..
Expand Down Expand Up @@ -419,10 +419,10 @@ along with libsonata. If not, see <https://www.gnu.org/licenses/>.


.. |license| image:: https://img.shields.io/pypi/l/libsonata
:target: https://github.com/BlueBrain/libsonata/blob/master/COPYING.LESSER
:target: https://github.com/openbraininstitute/libsonata/blob/master/COPYING.LESSER

.. |coverage| image:: https://coveralls.io/repos/github/BlueBrain/libsonata/badge.svg
:target: https://coveralls.io/github/BlueBrain/libsonata
.. |coverage| image:: https://coveralls.io/repos/github/openbraininstitute/libsonata/badge.svg
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this needs to be setup?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no idea :D

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not think I have the credential of the account... How is coverall set up exactly?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prob. the admin of this; which I appear to be, who knew.

:target: https://coveralls.io/github/openbraininstitute/libsonata

.. |docs| image:: https://readthedocs.org/projects/libsonata/badge/?version=latest
:target: https://libsonata.readthedocs.io/
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
html_show_sourcelink = False
html_extra_path = ["doxygen"]
html_theme_options = {
"repo_url": "https://github.com/BlueBrain/libsonata/",
"repo_name": "BlueBrain/libsonata",
"repo_url": "https://github.com/openbraininstitute/libsonata/",
"repo_name": "openbraininstitute/libsonata",
}

autodoc_default_options = {"members": True, "imported-members": True}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def build_extension(self, ext):
long_description=README,
long_description_content_type='text/x-rst',
license="LGPLv3",
url='https://github.com/BlueBrain/libsonata',
url='https://github.com/openbraininstitute/libsonata',
classifiers=[
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
],
Expand Down
Loading