Skip to content

Commit

Permalink
Add debian packaging
Browse files Browse the repository at this point in the history
Skip-checkpatch: true
Skip-build: true

Quick-build: true

Skip-unit-tests: true
Skip-test: true

Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Jan 24, 2023
1 parent 868ee10 commit 342d8bf
Show file tree
Hide file tree
Showing 45 changed files with 69,875 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/groovy
/* Copyright (C) 2019 Intel Corporation
/* Copyright (C) 2019-2023 Intel Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -40,9 +40,8 @@
// I.e. for testing library changes
//@Library(value="pipeline-lib@your_branch") _

// no debian/ support yet
// no pmix for leap15 yet
packageBuildingPipeline(['distros' : ['centos7', 'el8', 'leap15'],
/* groovylint-disable-next-line CompileStatic */
packageBuildingPipeline(['distros' : ['centos7', 'el8', 'leap15', 'ubuntu20.04'],
'publish_branch': 'daos_adio-rpm',
'make args' : 'CHROOT=true -f Makefile-rpm.mk',
'add_make_targets': 'romio-tarball',
Expand Down
20 changes: 20 additions & 0 deletions debian/README.Debian
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MPICH for Debian
=================

MPI Alternatives
----------------
This package uses the Debian Alternatives system to allow you to choose
between the different MPI implementations.

You can check which version of MPI you use with
update-alternatives --list mpirun
update-alternatives --list mpi (for the development files)

Use 'update-alternatives --display' to list all installed implementations,
and 'update-alternatives --config' to configure which implementation to use.


=================
This work was heavily based on packaging work by Zach Lowry <zach@zachlowry.net>
and Muammar El Khatib <muammarelkhatib@gmail.com>.

Loading

0 comments on commit 342d8bf

Please sign in to comment.