Skip to content

Commit 2d49238

Browse files
author
samaid
committed
Fixing build
1 parent b88ffa9 commit 2d49238

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

demos/mandelbrot/conda-recipe/meta.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,18 @@ test:
3838
- mandelbrot_demo.impl.arg_parser
3939

4040
about:
41-
home: https://github.com/samaid
41+
home: https://intelpython.github.io/DPEP/main/
4242
license: BSD-2-Clause
4343
license_family: BSD
4444
license_file:
45-
- ../../LICENSE
46-
summary: Mandelbort set demo using numpy, numba, dpnp, numba-dpex
45+
- LICENSE
46+
summary: "Mandelbort Set demo using numpy, numba, dpnp, numba-dpex"
47+
description: |
48+
The Mandelbrot set is the set of complex numbers c for which the function f(z)=z*z + c
49+
does not diverge to infinity when iterated from z=0, i.e., for which the sequence
50+
f(0), f(f(0)), etc., remains bounded in absolute value. Images of the Mandelbrot set exhibit
51+
an elaborate and infinitely complicated boundary that reveals progressively ever-finer
52+
recursive detail at increasing magnifications
4753
4854
extra:
4955
recipe-maintainers:

demos/mcpi/conda-recipe/meta.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,16 @@ test:
3535
- mcpi_demo.impl.arg_parser
3636

3737
about:
38-
home: https://github.com/samaid
38+
home: https://intelpython.github.io/DPEP/main/
3939
license: BSD-2-Clause
4040
license_family: BSD
4141
license_file:
42-
- ../../LICENSE
43-
summary: Monte Carlo method to compute Pi
42+
- LICENSE
43+
summary: "Monte Carlo demo to compute Pi using numpy, numba, dpnp, numba-dpex"
44+
description: |
45+
This is a "Hello, World" application in Monte Carlo methods.
46+
It stresses random number generation along with some other math
47+
required for implementation of the Acceptance-Rejection technique.
4448
4549
extra:
4650
recipe-maintainers:

0 commit comments

Comments
 (0)