Skip to content

Commit

Permalink
Update build_and_upload.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
29rou committed Jun 28, 2022
1 parent 5826898 commit af744e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
export CC=icx
export CXX=icpx
export FC=ifx
export CFLAGS='-march=haswell -mtune=skylake'
export CXXFLAGS='-march=haswell -mtune=skylake'
export CFLAGS='-march=haswell -mtune=skylake -fp-model=fast=2'
export CXXFLAGS='-march=haswell -mtune=skylake -fp-model=fast=2'
export FFLAGS='-march=haswell -mtune=skylake'
${{matrix.python}} -m piptools sync requirements.txt build-requirements.txt
${{matrix.python}} -m build --wheel --outdir ./dist
Expand Down Expand Up @@ -209,8 +209,8 @@ jobs:
export CC=icx
export CXX=icpx
export FC=ifx
export CFLAGS='-march=haswell -mtune=skylake'
export CXXFLAGS='-march=haswell -mtune=skylake'
export CFLAGS='-march=haswell -mtune=skylake -fp-model=fast=2'
export CXXFLAGS='-march=haswell -mtune=skylake -fp-model=fast=2'
export FFLAGS='-march=haswell -mtune=skylake'
${{matrix.python}} -m piptools sync requirements.txt build-requirements.txt
${{matrix.python}} -m build --wheel --outdir ./dist
Expand Down

0 comments on commit af744e5

Please sign in to comment.