Skip to content

Commit

Permalink
universal-ctags here as well (does that actually work?)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Nov 11, 2024
1 parent a4f63cf commit 71e8fe0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion tutorial/00_getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"except ModuleNotFoundError:\n",
" try:\n",
" import google.colab\n",
" !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n",
" !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n",
" !pip install -q contextlib2 pint simplejson scipy ctypesgen==1.0.2\n",
" ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n",
" !(cd ~/bifrost && ./configure && make -j all && sudo make install)\n",
Expand Down
4 changes: 2 additions & 2 deletions tutorial/01_useful_functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"except ModuleNotFoundError:\n",
" try:\n",
" import google.colab\n",
" !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n",
" !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n",
" !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n",
" ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n",
" !(cd ~/bifrost && ./configure && make -j all && sudo make install)\n",
Expand Down Expand Up @@ -526,4 +526,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions tutorial/02_building_complexity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"except ModuleNotFoundError:\n",
" try:\n",
" import google.colab\n",
" !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n",
" !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n",
" !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n",
" ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n",
" !(cd ~/bifrost && ./configure && make -j all && sudo make install)\n",
Expand Down Expand Up @@ -454,4 +454,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions tutorial/03_putting_it_together.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"except ModuleNotFoundError:\n",
" try:\n",
" import google.colab\n",
" !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n",
" !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n",
" !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n",
" ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n",
" !(cd ~/bifrost && ./configure && make -j all && sudo make install)\n",
Expand Down Expand Up @@ -316,4 +316,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions tutorial/04_pipelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
" import google.colab\n",
" except ModuleNotFoundError:\n",
" raise exn\n",
" !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n",
" !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n",
" !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n",
" ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n",
" !(cd ~/bifrost && ./configure --disable-cuda && make -j all && sudo make install)\n",
Expand Down Expand Up @@ -457,4 +457,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions tutorial/05_block_logging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
" import google.colab\n",
" except ModuleNotFoundError:\n",
" raise exn\n",
" !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n",
" !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n",
" !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n",
" ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n",
" !(cd ~/bifrost && ./configure --disable-cuda && make -j all && sudo make install)\n",
Expand Down Expand Up @@ -276,4 +276,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
2 changes: 1 addition & 1 deletion tutorial/06_data_capture.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
" import google.colab\n",
" except ModuleNotFoundError:\n",
" raise exn\n",
" !sudo apt-get -qq install exuberant-ctags libopenblas-dev librdmacm-dev software-properties-common build-essential\n",
" !sudo apt-get -qq install universal-ctags libopenblas-dev librdmacm-dev software-properties-common build-essential\n",
" !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n",
" ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n",
" !(cd ~/bifrost && ./configure --disable-hwloc && make -j all && sudo make install)\n",
Expand Down
4 changes: 2 additions & 2 deletions tutorial/07_high_level_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
" import google.colab\n",
" except ModuleNotFoundError:\n",
" raise exn\n",
" !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n",
" !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n",
" !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n",
" ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n",
" !(cd ~/bifrost && ./configure --disable-cuda && make -j all && sudo make install)\n",
Expand Down Expand Up @@ -456,4 +456,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 71e8fe0

Please sign in to comment.