Added README; added step to install BLAS in the build
This commit is contained in:
@@ -6,6 +6,6 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: fpco/stack-build:lts-20
|
image: fpco/stack-build:lts-20
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- apt-get update
|
||||||
- ls
|
- apt-get install -y libopenblas-dev
|
||||||
- stack build
|
- stack build
|
||||||
10
README.md
Normal file
10
README.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Petzval
|
||||||
|
=======
|
||||||
|
|
||||||
|
[](https://ci.thequux.com/thequux/petzval)
|
||||||
|
|
||||||
|
Petzval is a WIP lens optimization kernel. At this stage of development, it's
|
||||||
|
probably only interesting to its author and people interested in contributing,
|
||||||
|
but we aim to provide an engine that can power something like Zemax or Code-V.
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user