Skip to content
Snippets Groups Projects
Commit 3d7a785c authored by Mohsen Lahooti's avatar Mohsen Lahooti Committed by Chris Cantwell
Browse files

Removing debian buster

parent ce6e4eed
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 369 deletions
......@@ -256,13 +256,6 @@ debian-bullseye-performance-build-env:
tags:
- perf
debian-buster-default-build-env:
<<: *build-env-debian-template-default
debian-buster-full-build-env:
<<: *build-env-debian-template-full
needs: ["debian-buster-default-build-env"]
debian-bookworm-default-build-and-test:
<<: *build-and-test-template
needs: ["debian-bookworm-default-build-env"]
......@@ -327,20 +320,6 @@ debian-bullseye-full-avx512-build-and-test:
tags:
- avx512
debian-buster-default-build-and-test:
<<: *build-and-test-template
needs: ["debian-buster-default-build-env"]
debian-buster-full-build-and-test:
<<: *build-and-test-template
needs: ["debian-buster-full-build-env"]
variables:
DISABLE_MCA: 1
GIT_SUBMODULE_STRATEGY: recursive
OS_DISTRO: debian
PYTHON_EXECUTABLE: /usr/bin/python3
REMOVE_UCX: 0
# COMPILER WARNINGS
debian-bookworm-default-warnings:
<<: *compiler-warning-template
......@@ -382,15 +361,6 @@ debian-bullseye-performance-warnings:
<<: *compiler-warning-template
needs: ["debian-bullseye-performance-build-and-test"]
debian-buster-default-warnings:
<<: *compiler-warning-template
needs: ["debian-buster-default-build-and-test"]
debian-buster-full-warnings:
<<: *compiler-warning-template
needs: ["debian-buster-full-build-and-test"]
# CODE FORMATTING
debian-bullseye-clang-format:
<<: *clang-format-template
......
......@@ -472,38 +472,6 @@ package-debian-bullseye-deploy:
dependencies:
- package-debian-bullseye-build
##
## Debian buster
##
package-debian-buster-env:
<<: *package-env-build
package-debian-buster-build:
<<: *package-deb-build
needs: ["package-debian-buster-env"]
variables:
image_name: pkg/debian-buster
package-debian-buster-test:
<<: *package-deb-test
needs: ["package-debian-buster-build"]
dependencies:
- package-debian-buster-build
variables:
image_name: debian:buster
package-debian-buster-deploy-dev:
<<: *package-deb-deploy-dev
needs: ["package-debian-buster-build", "package-debian-buster-test"]
dependencies:
- package-debian-buster-build
package-debian-buster-deploy:
<<: *package-deb-deploy
needs: ["package-debian-buster-build", "package-debian-buster-deploy-dev"]
dependencies:
- package-debian-buster-build
##
## Ubuntu jammy
##
......
......@@ -45,6 +45,9 @@ v5.7.0
**Documentation**
- Add initial documentation for the IncNavierStokesSolver (!1822)
**CI and Packaging**
- Debian 10 (BUSTER) is no longer supported (!1902)
v5.6.0
------
**Library**
......
build-essential
ccache
cmake
libboost-iostreams-dev
libboost-program-options-dev
libboost-system-dev
liblapack-dev
libscotch-dev
libtinyxml-dev
zlib1g-dev
libarpack2-dev
libboost-numpy-dev
libboost-python-dev
libfftw3-dev
libhdf5-dev
libhdf5-mpi-dev
liboce-foundation-dev
liboce-modeling-dev
liboce-ocaf-dev
libptscotch-dev
libtet1.5-dev
libtriangle-dev
libvtk7-dev
mpi-default-dev
petsc-dev
python3-numpy
python3-pip
python3-setuptools
# vim: syntax=dockerfile
FROM debian:buster-slim
LABEL maintainer="Nektar++ Development Team <nektar-users@imperial.ac.uk>"
WORKDIR /root
RUN DEBIAN_RELEASE=buster && \
echo "deb http://deb.debian.org/debian ${DEBIAN_RELEASE} non-free" > \
/etc/apt/sources.list.d/debian-non-free.list && \
apt-get update && \
apt-get install -y \
packaging-dev cmake git git-buildpackage vim \
libboost-thread-dev libboost-iostreams-dev libboost-filesystem-dev \
libboost-system-dev libboost-program-options-dev \
libboost-python-dev libboost-numpy-dev libboost-regex-dev \
libboost-timer-dev \
libarpack2-dev \
libfftw3-dev \
libhdf5-mpi-dev \
liblapack-dev \
libtinyxml-dev \
mpi-default-dev \
zlib1g-dev \
python3-dev python3-numpy python3-pip python3-setuptools \
libptscotch-dev \
liboce-foundation-dev liboce-modeling-dev liboce-ocaf-dev libgl-dev \
libtet1.5-dev libtriangle-dev \
texlive-base texlive-latex-extra texlive-science \
texlive-fonts-recommended texlive-pstricks \
doxygen graphviz imagemagick dvipng
RUN groupadd nektar && useradd -m -g nektar nektar
# Force update to always run when building image
ARG INVALIDATE_CACHE
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y
USER nektar:nektar
WORKDIR /home/nektar
COPY docker/packaging/quiltrc .quiltrc
9
Source: nektar++
Section: science
Priority: optional
Maintainer: Chris Cantwell <c.cantwell@imperial.ac.uk>
Homepage: https://www.nektar.info
Standards-Version: 4.4.0
Build-Depends: cmake (>= 2.8.11),
debhelper (>= 9),
quilt,
libarpack2-dev,
libblas-dev,
libboost-iostreams-dev (>= 1.56.0),
libboost-system-dev (>= 1.56.0),
libboost-program-options-dev (>= 1.56.0),
libfftw3-dev,
liblapack-dev,
libhdf5-mpi-dev,
libptscotch-dev,
libtinyxml-dev,
mpi-default-dev,
python3-pip,
python3-setuptools,
zlib1g-dev
Package: libnektar++
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Nektar++ spectral/hp element framework libraries
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
This package contains the libraries which implement the spectral/hp element
discretisation and associated support classes.
Package: libnektar++-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Nektar++ spectral/hp element framework libraries documentation
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
This package contains the source code documentation and developer guide.
Package: nektar++-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Nektar++ spectral/hp element framework user guide
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
This package contains the user guide.
Package: nektar++-fieldconvert
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
mpi-default-bin, libnektar++ (= ${binary:Version})
Description: Nektar++ post-processing utility
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
FieldConvert is a parallel post-processing utility for Nektar++ which is
capable of basic tasks such as: converting field files to VTK or Tecplot
formats; interpolating point data onto a Nektar++ mesh; and calculating
quantities such as the vorticity field or wall-shear stress of a flow
solution.
Package: nektar++-adr-solver
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
mpi-default-bin, libnektar++ (= ${binary:Version})
Description: Nektar++ advection-diffusion-reaction system solver
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
This package contains the Nektar++ solver for a range of scalar partial
differential equations incorporating advection, diffusion and/or reaction
components.
Package: nektar++-cardiacep-solver
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
mpi-default-bin, libnektar++ (= ${binary:Version})
Description: Nektar++ cardiac electrophysiology solver
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
This package contains a solver for the modelling the electrophysiology of the
heart using the monodomain or bidomain equations. The solver includes a range
of common ionic cell models.
Package: nektar++-compressibleflow-solver
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
mpi-default-bin, libnektar++ (= ${binary:Version})
Description: Nektar++ compressible Navier-Stokes solver
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
This package contains a solver for compressible flows modelled using either
the Euler or Navier-Stokes equations.
Package: nektar++-incnavierstokes-solver
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
mpi-default-bin, libnektar++ (= ${binary:Version})
Description: Nektar++ incompressible Navier-Stokes solver
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
This package contains the Nektar++ incompressible Navier-Stokes solver.
Package: nektar++-pulsewave-solver
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
mpi-default-bin, libnektar++ (= ${binary:Version})
Description: Nektar++ pulse-wave solver
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
This package contains a solver for modelling pulse wave propagation through
a 1-dimensional network of arteries.
Package: nektar++-shallowwater-solver
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
mpi-default-bin, libnektar++ (= ${binary:Version})
Description: Nektar++ shallow water equations solver
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
This package contains a solver for the shallow-water equations.
Package: libnektar++-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libarpack2-dev,
libblas-dev,
libboost-iostreams-dev (>= 1.56.0),
libboost-system-dev (>= 1.56.0),
libboost-program-options-dev (>= 1.56.0),
libfftw3-dev,
libhdf5-dev,
libhdf5-mpi-dev,
liblapack-dev,
libnektar++ (= ${binary:Version}),
liboce-foundation-dev,
liboce-modeling-dev,
libptscotch-dev,
libtinyxml-dev,
mpi-default-dev,
zlib1g-dev
Recommends: cmake
Description: Nektar++ spectral/hp element framework development files
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
This package contains the headers files necessary to develop applications
which use the Nektar++ framework libraries.
Package: nekmesh
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
mpi-default-bin, libnektar++ (= ${binary:Version})
Description: Nektar++ post-processing utility
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
NekMesh is an open-source high-order mesh generator for 3D unstructured
complex geometries.
Package: nektar++
Architecture: any
Depends: ${misc:Depends},
nektar++-fieldconvert (= ${binary:Version}),
nektar++-incnavierstokes-solver(= ${binary:Version}),
nektar++-adr-solver (= ${binary:Version}),
nektar++-cardiacep-solver (= ${binary:Version}),
nektar++-shallowwater-solver (= ${binary:Version}),
nektar++-compressibleflow-solver (= ${binary:Version}),
nektar++-pulsewave-solver (= ${binary:Version}),
nekmesh (= ${binary:Version} )
Description: Nektar++ spectral/hp element solver suite
Nektar++ is a C++ framework for the development of computational solvers for
partial differential equations based on the spectral/hp element method.
.
This metapackage depends on the complete suite of Nektar++ libraries, solvers
and tools.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: http://www.nektar.info/
Upstream-Name: Nektar++
Files: *
Copyright: 2006-2019 Division of Applied Mathematics, Brown University (USA)
Department of Aeronautics, Imperial College London (UK),
Scientific Computing and Imaging Institute, University of Utah (USA)
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
[DEFAULT]
upstream-tag = v%(version)s
usr/include/nektar++
usr/lib/*/lib*.so
usr/lib/*/nektar++
usr/share/doc/nektar++/developer-guide/developer-guide.pdf
usr/share/doc/nektar++/doxygen/*
libnektar++-doc binary: privacy-breach-uses-embedded-file *
usr/lib/*/lib*.so.*
# Libraries are distributed together as a set.
libnektar++ binary: package-name-doesnt-match-sonames *
usr/bin/NekMesh
docs/manpages/NekMesh.1
usr/bin/ADRSolver
docs/manpages/ADRSolver.1
usr/bin/CardiacEPSolver
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment