forked from ECP-WarpX/WarpX
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.lgtm.yml
30 lines (28 loc) · 769 Bytes
/
.lgtm.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
# Copyright 2019 Axel Huebl
#
# This file is part of WarpX.
#
# License: BSD-3-Clause-LBNL
extraction:
cpp:
prepare:
packages:
#- libhdf5-mpich-dev
- mpich
- libmpich-dev
after_prepare:
- mkdir -p third-party
- wget https://github.com/AMReX-Codes/amrex/archive/development.zip
- unzip development.zip
- mv amrex-development third-party/amrex
- rm development.zip
- wget https://bitbucket.org/berkeleylab/picsar/get/master.zip
- unzip master.zip
- mv berkeleylab-picsar-*/ third-party/picsar
- rm master.zip
configure:
command:
- echo "Yeah"
index:
build_command:
- make -j 2 AMREX_HOME=./third-party/amrex PICSAR_HOME=./third-party/picsar