Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
CrysFML
Commits
dfe310b3
Unverified
Commit
dfe310b3
authored
Jul 14, 2021
by
Simon Ward
Browse files
Package went missing?
parent
5859a95c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build_variants.yml
View file @
dfe310b3
...
...
@@ -78,8 +78,8 @@ jobs:
with
:
python-version
:
${{matrix.python-version}}
#
- name: Install cmake
#
run: pip
3
install cmake wheel
-
name
:
Install cmake
run
:
pip install cmake wheel
-
name
:
Install Fotran
run
:
|
...
...
@@ -87,7 +87,7 @@ jobs:
echo 'C:\\ProgramData\\chocolatey\\bin' >> $GITHUB_PATH
-
name
:
Build CFML (Windows)
run
:
pip
3
wheel ./ --no-deps -w ./dist/
run
:
pip wheel ./ --no-deps -w ./dist/
env
:
FC
:
gfortran.exe
...
...
setup.py
View file @
dfe310b3
...
...
@@ -4,6 +4,8 @@ import pkgutil
import
shutil
import
struct
import
sys
import
setuptools
from
distutils.core
import
setup
from
distutils.command.install_data
import
install_data
from
subprocess
import
CalledProcessError
,
check_output
,
check_call
...
...
@@ -282,5 +284,6 @@ setup(name="CFML",
'install_data'
:
InstallCMakeLibsData
,
'install_lib'
:
InstallCMakeLibs
,
'install_scripts'
:
InstallCMakeScripts
}
},
setup_requires
=
[
'wheel'
]
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment