Given that your key has expired.
$ gpg --list-keys
$ gpg --edit-key KEYID
Use the expire command to set a new expire date:
.ipynb_checkpoints/ |
from mpl_toolkits.mplot3d import Axes3D | |
from matplotlib.pylab import plt | |
from matplotlib import animation, cm | |
import numpy as np | |
from scipy.signal import convolve, convolve2d | |
class Wave1D: | |
K = np.array([1, -2, 1]) |
#!/usr/bin/env python | |
# https://fenicsproject.discourse.group/t/sudden-arity-mismatch-when-defining-non-linear-problem/8844/11 | |
from mpi4py import MPI | |
from dolfinx import fem, mesh | |
import numpy as np | |
import ufl | |
from petsc4py.PETSc import ScalarType | |
import matplotlib.pyplot as plt |
# double.py | |
# Copyright (C) 2006, 2007 Martin Jansche | |
# | |
# 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, distribute with modifications, 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: |
Side note, I am using a Third-Party repository for not compile gmsh, but of course, we can compile gmsh from AUR.
From e27595cdb44d18fc0c86cce0bdfbeb5189976f84 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?Carlos=20Aznar=C3=A1n?= <[email protected]> | |
Date: Wed, 6 Dec 2023 10:13:04 -0500 | |
Subject: [PATCH] Add support for OpenCL | |
--- | |
.SRCINFO | 4 +++- | |
PKGBUILD | 6 ++++-- | |
test_optdepends.sh | 11 +++++++++++ | |
3 files changed, 18 insertions(+), 3 deletions(-) |
==> Making package: python-islpy 2022.2.1-1 (Tue Jul 19 11:06:19 2022) | |
==> Checking runtime dependencies... | |
==> Installing missing dependencies... | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (10) python-apipkg-2.1.1-1 python-attrs-21.4.0-1 python-iniconfig-1.1.1-5 python-packaging-21.3-1 python-pluggy-1.0.0-1 python-py-1.11.0-1 python-pyparsing-3.0.9-1 python-tomli-2.0.1-1 imath-3.1.5-2 python-pytest-7.1.2-1 | |
Total Download Size: 4.97 MiB | |
Total Installed Size: 32.44 MiB | |
:: Proceed with installation? [Y/n] | |
:: Retrieving packages... |