add postbuild

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2021-09-19 14:01:55 +05:30
parent fa6cd0fc4f
commit 01a5a46191
2 changed files with 9 additions and 0 deletions

12
environment.yml Normal file
View File

@@ -0,0 +1,12 @@
name: xeus-basic
channels:
- conda-forge
dependencies:
# Build dependencies
- cmake
# Host dependencies
- xeus
- nlohmann_json
- cppzmq
- xtl