Package: dolfinx / 2019.2.0~git20210130.c14cb0a-5

Metadata

Package Version Patches format
dolfinx 2019.2.0~git20210130.c14cb0a-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
cmake_libdir_PR1359.patch | (download)

cpp/CMakeLists.txt | 2 1 + 1 - 0 !
cpp/cmake/templates/DOLFINXConfig.cmake.in | 2 1 + 1 - 0 !
cpp/dolfinx/CMakeLists.txt | 6 3 + 3 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 [patch 1/2] change install location for some cmake file


extra_CXXFLAGS.patch | (download)

cpp/dolfinx/CMakeLists.txt | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
python_cmake_module_path.patch | (download)

python/CMakeLists.txt | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

---
lib_rename.patch | (download)

cpp/cmake/templates/dolfinx.pc.in | 2 1 + 1 - 0 !
cpp/dolfinx/CMakeLists.txt | 11 9 + 2 - 0 !
python/dolfinx/jit.py | 5 3 + 2 - 0 !
3 files changed, 13 insertions(+), 5 deletions(-)

---
stokes taylor hood NAN.patch | (download)

python/demo/stokes-taylor-hood/demo_stokes-taylor-hood.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
enable importing cffi_support from new or old numba.patch | (download)

python/demo/mixed-elasticity-sc/static-condensation-elasticity.py | 5 4 + 1 - 0 !
python/test/unit/fem/test_custom_assembler.py | 5 4 + 1 - 0 !
2 files changed, 8 insertions(+), 2 deletions(-)

 [patch] enable importing cffi_support from new or old numba versions

The latest numba 0.49 moved cffi_support to numba.core.typing.cffi_utils

Previously it was located at numba.cffi_support.

This patch enables tests and demos to work with both old and new
versions of numba.

avoid_cppimport_tests.patch | (download)

python/test/unit/common/test_mpi.py | 64 32 + 32 - 0 !
python/test/unit/fem/test_assemble_cppimport.py | 115 1 + 114 - 0 !
python/test/unit/la/test_casters.py | 68 35 + 33 - 0 !
3 files changed, 68 insertions(+), 179 deletions(-)

---
python_unit_test_32bit.patch | (download)

python/test/unit/fem/test_assemble_domains.py | 10 5 + 5 - 0 !
python/test/unit/fem/test_element_integrals.py | 4 2 + 2 - 0 !
python/test/unit/io/test_xdmf_meshtags.py | 8 4 + 4 - 0 !
3 files changed, 11 insertions(+), 11 deletions(-)

---
FindPETSc_mpi_include_path.patch | (download)

cpp/cmake/modules/FindPETSc.cmake | 16 9 + 7 - 0 !
1 file changed, 9 insertions(+), 7 deletions(-)

---
find_basix.patch | (download)

cpp/cmake/modules/Findbasix.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---