Skip to content

Commit 3debbba

Browse files
Merge pull request #1859 from OceanParcels/remove_C_headers
Remove JIT files related to C headers
2 parents 43b52e4 + c89f677 commit 3debbba

File tree

15 files changed

+1
-2418
lines changed

15 files changed

+1
-2418
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
activate-environment: parcels
105105
python-version: "3.10"
106106
channels: conda-forge
107-
- run: conda install -c conda-forge c-compiler pip
107+
- run: conda install -c conda-forge pip
108108
- run: pip install parcels --no-cache
109109
- run: curl https://raw.githubusercontent.com/OceanParcels/parcels/main/docs/examples/example_peninsula.py > example_peninsula.py
110110
- run: python example_peninsula.py

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ def linkcode_resolve(domain, info):
374374
nbsphinx_thumbnails = {
375375
"examples/tutorial_parcels_structure": "_images/parcels_user_diagram.png",
376376
"examples/tutorial_timestamps": "_static/calendar-icon.jpg",
377-
"examples/tutorial_jit_vs_scipy": "_static/clock-icon.png",
378377
"examples/documentation_homepage_animation": "_images/homepage.gif",
379378
"examples/tutorial_interaction": "_static/pulled_particles_twoatractors_line.gif",
380379
"examples/documentation_LargeRunsOutput": "_static/harddrive.png",

docs/documentation/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Parcels has several documentation and tutorial Jupyter notebooks and scripts whi
3232
:caption: Creating ParticleSets
3333
:name: tutorial-particlesets
3434

35-
../examples/tutorial_jit_vs_scipy.ipynb
3635
../examples/tutorial_delaystart.ipynb
3736

3837

docs/installation.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ The steps below are the installation instructions for Linux, macOS and Windows.
3636
3737
python example_peninsula.py --fieldset 100 100
3838
39-
.. note::
40-
If you are on macOS and get a compilation error, you may need to accept the Apple xcode license ``xcode-select --install``. If this does not solve the compilation error, you may want to try running ``export CC=gcc``. If the compilation error remains, you may want to check `this solution <https://stackoverflow.com/a/58323411/5172570>`_.
41-
4239
*Optionally:* if you want to run all the examples and tutorials, start Jupyter and open the tutorial notebooks:
4340

4441
.. code-block:: bash

docs/reference.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ Parcels API
1111
User-defined Kernels <reference/userdefined_kernels>
1212
Particle-particle interaction <reference/interaction>
1313
Gridsets and grids <reference/grids>
14-
C Code Generation <reference/code_generation>
1514
Miscellaneous <reference/misc>

docs/reference/code_generation.rst

Lines changed: 0 additions & 16 deletions
This file was deleted.

parcels/compilation/__init__.py

Whitespace-only changes.

parcels/compilation/codecompiler.py

Lines changed: 0 additions & 314 deletions
This file was deleted.

0 commit comments

Comments
 (0)