File tree Expand file tree Collapse file tree 7 files changed +17
-13
lines changed Expand file tree Collapse file tree 7 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 11name : C++ build with CMake
2+ permissions : read-all
23
34# Controls when the action will run:
45# Triggers the workflow on push or pull request events but only for the master branch
Original file line number Diff line number Diff line change 11name : Docker Image CI
2+ permissions : read-all
23
34on :
45 push :
Original file line number Diff line number Diff line change 11name : Python build with MPI
2+ permissions : read-all
23
34# Triggers the workflow on push or pull request events but only for the master branch
45on :
Original file line number Diff line number Diff line change 11name : Python build (no MPI)
2+ permissions : read-all
23
34# Triggers the workflow on push or pull request events but only for the master branch
45on :
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ RUN tar -xzf cmake-3.15.2-Linux-x86_64.tar.gz -C /usr/local/ --strip-components=
4141
4242# Fetch and install the Intel MKL libraries required for building the Intel-QS simulator.
4343WORKDIR swpkgs/mkl
44- RUN wget "https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019 .PUB"
45- RUN apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019 .PUB
46- RUN rm GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019 .PUB
44+ RUN wget "https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB"
45+ RUN apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
46+ RUN rm GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
4747RUN sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list'
4848RUN apt-get update
4949RUN apt-get install -y intel-mkl-64bit-2019.2-057
Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ look to our [contributing policy](CONTRIBUTING.md) and also to the
146146For any bug, we use GitHub issues [ GitHub issues] ( https://github.com/iqusoft/intel-qs/issues ) . Please submit your request there.
147147
148148If you have a question or want to discuss something, feel free to send an email to
149- [ Justin Hogaboam ] ( mailto:justin.w.hogaboam @intel.com ) ,
150- [ Gian Giacomo Guerreschi ] ( mailto:gian.giacomo.guerreschi @intel.com ) , or to
149+ [ Gian Giacomo Guerreschi ] ( mailto:gian.giacomo.guerreschi @intel.com ) ,
150+ [ Ryan Wu ] ( mailto:xin-chuan.wu @intel.com ) , or to
151151[ Fabio Baruffa
] ( mailto:[email protected] ) .
152152
153153
Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ beautifulsoup4==4.9.3
66bleach == 3.3.0
77breathe == 4.23.0
88bs4 == 0.0.1
9- certifi == 2022.12.07
9+ certifi == 2024.7.4
1010chardet == 3.0.4
1111commonmark == 0.9.1
1212decorator == 4.4.2
1313defusedxml == 0.6.0
1414docutils == 0.16
1515entrypoints == 0.3
16- idna == 2.10
16+ idna == 3.7
1717imagesize == 1.2.0
1818importlib-metadata == 2.0.0
1919ipython-genutils == 0.2.0
20- Jinja2 == 2.11.3
20+ Jinja2 == 3.1.6
2121jsonschema == 3.2.0
2222jupyter-client == 6.1.7
2323jupyter-core == 4.11.2
@@ -32,14 +32,14 @@ nbsphinx==0.8.0
3232nest-asyncio == 1.4.2
3333packaging == 20.4
3434pandocfilters == 1.4.3
35- Pygments == 2.7.4
35+ Pygments == 2.15.0
3636pyparsing == 2.4.7
3737pyrsistent == 0.17.3
3838python-dateutil == 2.8.1
3939pytz == 2020.1
4040pyzmq == 19.0.2
4141recommonmark == 0.6.0
42- requests == 2.24.0
42+ requests == 2.32.4
4343six == 1.15.0
4444snowballstemmer == 2.0.0
4545soupsieve == 2.0.1
@@ -51,9 +51,9 @@ sphinxcontrib-jsmath==1.0.1
5151sphinxcontrib-qthelp == 1.0.3
5252sphinxcontrib-serializinghtml == 1.1.4
5353testpath == 0.4.4
54- tornado == 6.0.4
54+ tornado == 6.5.1
5555traitlets == 4.3.3
56- urllib3 == 1.26.5
56+ urllib3 == 2.5.0
5757webencodings == 0.5.1
58- zipp == 3.4.0
58+ zipp == 3.19.1
5959exhale == 0.2.3
You can’t perform that action at this time.
0 commit comments