Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
dfa8aa74
Commit
dfa8aa74
authored
1 year ago
by
Abhinav Singh
Browse files
Options
Downloads
Patches
Plain Diff
fixing Cpack
parent
fa6aa30f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/main.yml
+3
-3
3 additions, 3 deletions
.github/workflows/main.yml
with
3 additions
and
3 deletions
.github/workflows/main.yml
+
3
−
3
View file @
dfa8aa74
...
...
@@ -15,7 +15,7 @@ jobs:
-
name
:
Install dependencies
run
:
|
yum clean packages
yum install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 bzip2 diffutils zlib-devel rpm-build
--nobest
yum install -y openssh-clients cmake wget git gcc-c++ gcc-gfortran python39 bzip2 diffutils zlib-devel
yum-utils
rpm-build
ln -s /usr/bin/python3 /usr/bin/python
-
uses
:
actions/checkout@v3
with
:
...
...
@@ -62,7 +62,7 @@ jobs:
ln -s ./LICENSE.md bsd3.txt
ln -s ./README.md README.txt
cd build
export DEP_PACKING=$HOME/openfpm_dependencies/${{ github.ref }}
/
export DEP_PACKING=$HOME/openfpm_dependencies/${{ github.ref }}
printf " -DCPACK_RUN_INSTALL_DEPENDENCIES=ON" >> cmake_build_options;
bash cmake_build_options;
echo "Calling CPACK"
...
...
@@ -120,7 +120,7 @@ jobs:
ln -s ./LICENSE.md bsd3.txt
ln -s ./README.md README.txt
cd build
export DEP_PACKING=$HOME/openfpm_dependencies/${{ github.ref }}
/
export DEP_PACKING=$HOME/openfpm_dependencies/${{ github.ref }}
printf " -DCPACK_RUN_INSTALL_DEPENDENCIES=ON" >> cmake_build_options;
tail cmake_build_options
bash cmake_build_options;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment