This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
add OSX docker build
pull/3611/head
Martin Kroeker
GitHub
4 years ago
parent
18b19d135b
commit
aef5da6582
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
13 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-2
azure-pipelines.yml
+ 13
- 2
azure-pipelines.yml
View File
@@ -137,8 +137,19 @@ jobs:
cmake --build . --config Release
ctest
- job: OSX_docker
pool:
vmImage: 'macOS-10.15'
steps:
- script: |
echo "FROM python:2.7.16
COPY . /tmp/openblas
RUN apt-get update \
&& apt-get install -y swig gfortran llvm cmake ncurses-dev \
libreadline7 libreadline-dev nano git
RUN cd /tmp/openblas && make FC=gfortran" > Dockerfile
docker build .
- job: OSX_OpenMP
pool:
vmImage: 'macOS-10.15'
Write
Preview
Loading…
Cancel
Save