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
cfee998d
Commit
cfee998d
authored
1 year ago
by
Abhinav Singh
Browse files
Options
Downloads
Patches
Plain Diff
fixing Cpack
parent
b9a79673
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/main.yml
+3
-2
3 additions, 2 deletions
.github/workflows/main.yml
script/install_PETSC.sh
+1
-2
1 addition, 2 deletions
script/install_PETSC.sh
with
4 additions
and
4 deletions
.github/workflows/main.yml
+
3
−
2
View file @
cfee998d
...
...
@@ -14,7 +14,7 @@ jobs:
steps
:
-
name
:
Install dependencies
run
:
|
yum clean packages
dnf --refresh update
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
...
...
@@ -66,7 +66,7 @@ jobs:
printf " -DCPACK_RUN_INSTALL_DEPENDENCIES=ON" >> cmake_build_options;
bash cmake_build_options;
echo "Calling CPACK"
cpack -G RPM
centos
cpack -G RPM centos
if [ $? -ne 0 ]; then
echo "Error creating package"
exit 1
...
...
@@ -121,6 +121,7 @@ jobs:
ln -s ./README.md README.txt
cd build
export DEP_PACKING=$HOME/openfpm_dependencies/${{ github.ref }}
ls $DEP_PACKING
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.
script/install_PETSC.sh
+
1
−
2
View file @
cfee998d
...
...
@@ -9,8 +9,7 @@ FC=$6
if
[
-d
"
$1
/PETSC"
-a
-f
"
$1
/PETSC/include/petsc.h"
]
;
then
echo
"PETSC is already installed"
echo
"BUT WE ARE REINSTALLING FOR CI"
#exit 0
exit
0
fi
# Detect gcc pr clang
...
...
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