-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #426 from macs3-project/feat/macs3/callvar
Feature: MACS3 Call variants
- Loading branch information
Showing
70 changed files
with
11,581 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,7 @@ | |
|
||
name: CI non x64, python 3.7 | ||
|
||
on: | ||
push: | ||
branches: [ feat-macs3* ] | ||
pull_request: | ||
branches: [ feat-macs3* ] | ||
on: [push, pull_request] | ||
|
||
jobs: | ||
build_job: | ||
|
@@ -27,6 +23,8 @@ jobs: | |
steps: | ||
- name: Checkout MACS | ||
uses: actions/[email protected] | ||
with: | ||
submodules: 'true' | ||
- name: Set up arch and run | ||
uses: uraimo/[email protected] | ||
id: build | ||
|
@@ -57,7 +55,7 @@ jobs: | |
chown -R macs3:macs3 /MACS3 | ||
# install dependencies | ||
apt-get update -qq -y | ||
apt-get install -yq python3 python3-pip python3-setuptools python3-wheel procps | ||
apt-get install -yq python3 python3-pip python3-setuptools python3-wheel procps zlib1g zlib1g-dev | ||
run: | | ||
echo `uname -a` | ||
cd /home/macs3/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,8 +56,6 @@ dist/ | |
downloads/ | ||
eggs/ | ||
.eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "MACS3/fermi-lite/lib"] | ||
path = MACS3/fermi-lite/lib | ||
url = https://github.com/simd-everywhere/simde/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.