-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.package.yml
43 lines (43 loc) · 1.28 KB
/
.package.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
description: BSPLib is a fast, and easy to use C++ implementation of the Bulk Synchronous Parallel (BSP) threading model. This model is mainly used in the scientific computing field, but can also be applied more general in computer science. This library includes an extended version the standard BSP interface to perform better, and made it more easy to use.
keywords:
- C++
- BSP
- easy
- fast
website: 'http://bsplib.eu/'
license: MIT
authors:
- name: Mick van Duijn
email: [email protected]
website: 'https://zefiros.eu/'
- name: Paul Visscher
email: [email protected]
website: 'https://zefiros.eu/'
- name: Koen Visscher
email: [email protected]
website: 'https://zefiros.eu/'
public:
libraries:
- name: Zefiros-Software/PlotLib
optional: true
version: ^2.0.0
development:
modules:
- name: Zefiros-Software/Defaults
version: '@head'
- name: Zefiros-Software/Miniconda
version: '@head'
assets:
- name: Zefiros-Software/Zefiros-Mkdocs-Style
version: ^1.0.0
public:
libraries:
- name: Zefiros-Software/Armadillo
version: '^8.300.0'
- name: Zefiros-Software/PlotLib
optional: false
version: ^2.0.0
settings:
profiler:
default: false
reduce: anyTrue