Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosal1015/test-petsc-complex
https://github.com/carlosal1015/test-petsc-complex
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlosal1015/test-petsc-complex
- Owner: carlosal1015
- License: gpl-2.0
- Created: 2022-07-03T03:51:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T16:34:48.000Z (8 months ago)
- Last Synced: 2024-03-31T17:38:33.704Z (8 months ago)
- Language: CMake
- Homepage: https://gitpod.io/#/https://github.com/carlosal1015/test-petsc-complex
- Size: 190 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Arch Linux PETSc complex scalar's conclusions](https://aur.archlinux.org/packages/petsc-complex)
## [`triangle`](https://aur.archlinux.org/packages/triangle)
In order to use `triangle` mesh generator, the user could face this follow situations:
| `triangle` was installed ... compilation | feature `triangle` for `petsc-complex` status | `petsc-complex` status |
| :--------------------------------------- | :-------------------------------------------: | :--------------------: |
| before (`automagicdepends`) | ✅ | ✅ |
| between (`makedepends`) | ❌ | ✅ |
| after (`optdepends`) | ❌ | ✅ |**Therefore, `triangle` is a `makedepends` and an `optdepends`, but not an `automagicdepends`**.
## [`hdf5-openmpi`](https://archlinux.org/packages/community/x86_64/hdf5-openmpi)
In order to use `hdf5-openmpi` file format, the user could face this follow situations:
| `hdf5-openmpi` was installed ... compilation | feature `hdf5-openmpi` for `petsc-complex` status | `petsc-complex` status |
| :------------------------------------------- | :-----------------------------------------------: | :--------------------: |
| before (`automagicdepends`) | | ✅ |
| between (`makedepends`) | | ✅ |
| after (`optdepends`) | | ✅ |## [`p4est-deal-ii`](https://aur.archlinux.org/packages/p4est-deal-ii)
In order to use `p4est-deal-ii` for manage forest of octrees, the user could face this follow situations:
| `p4est-deal-ii` was installed ... compilation | feature `p4est-deal-ii` for `petsc-complex` status | `petsc-complex` status |
| :-------------------------------------------- | :------------------------------------------------: | :--------------------: |
| before (`automagicdepends`) | | ✅ |
| between (`makedepends`) | | ✅ |
| after (`optdepends`) | | ✅ |> Side note:
>
> - `optdepends` means that `petsc-complex` is working fine, but if user requires a `foo-package` feature only must install it after installation (e.g. `python` bindings).
> - `makedepends` means that `petsc-complex` is working fine and the `foo-package` is no longer required anymore (e.g. `cmake`)
> - [`automagicdepends`](https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Automagic_dependencies) (e.g. `openmpi`).