Skip to content

Commit

Permalink
specify X11 (and not wayland)
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Jan 10, 2025
1 parent 76d5f43 commit 6e58801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Definition of the Conda Development Environment.
#
# WARNING: Only tested with Linux x86/x64/glibc.
# WARNING: Only tested with Linux x86/x64/X11/glibc.
#
# WARNING: Install all the PyPEEC dependencies.
# The optional libraries are included.
Expand Down
6 changes: 3 additions & 3 deletions docs/content/technical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ The following **optional packages** are required for **Jupyter notebooks**:

PyPEEC is known to **work** with the following **platforms**:

* Linux on x86/x64/glibc
* Linux on x86/x64/X11/glibc
* Apple macOS on x86/x64
* Apple macOS on ARM64
* MS Windows on x86/x64

Some more **details** on the supported **platforms**:

* The main **target platform** of PyPEEC is **Linux** on x86/x64/glibc.
* The main **target platform** of PyPEEC is **Linux** on x86/x64/X11/glibc.
* PyPEEC is a **pure-python package** and should work on any platform.
* Compatible **Python versions**: 3.10, 3.11, 3.12, and 3.13
* Any **CUDA and CuPy** compatible **GPU** is supported.
Expand Down Expand Up @@ -74,7 +74,7 @@ The development environment is defined in ``conda.yaml``:
* Contains all the required and optional dependencies.
* Contains the packaging/development tools.
* All the version number are pinned.
* Tested with Linux x86/x64/glibc.
* Tested with Linux x86/x64/X11/glibc.

The following scripts are used for the packaging and releasing processes:

Expand Down

0 comments on commit 6e58801

Please sign in to comment.