Skip to content

Commit

Permalink
prep for dsc
Browse files Browse the repository at this point in the history
  • Loading branch information
gtheler committed Jul 11, 2024
1 parent e6735aa commit 63a242e
Show file tree
Hide file tree
Showing 9 changed files with 181 additions and 197 deletions.
34 changes: 32 additions & 2 deletions dist/README.Debian
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@
FeenoX for Debian
----------------
-----------------

A cloud-first free no-fee no-X uniX-like finite-element(ish) computational engineering tool
FeenoX is a cloud-first free no-X uniX-like finite-element(ish)
computational engineering tool designed to solve engineering-related
problems using cloud servers in parallel in such a way that the problem
is defined in a plain-text near-English self descriptive input file
read at run time, without requiring further user intervention after the
invocation.

So far it can solve

* Basic mathematics
* Systems of ODEs/DAEs
* Laplace’s equation
* Heat conduction
* Linear elasticity
* Modal analysis
* Neutron diffusion
* Neutron SN

Other PDEs can be added by providing compile-time entry points as C
functions that build the elemental objects. The binary depends on

* GNU Scientific Library
* PETSc
* SLEPc

The usage depends on Gmsh to create the meshes.
Optionally, FeenoX's output can be post-processed with Paraview.


The software and its design basis is described in this JOSS paper:
https://doi.org/10.21105/joss.05846

See <https://www.seamplex.com/feenox> for

Expand Down
5 changes: 5 additions & 0 deletions dist/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
feenox (feenox_version-1) UNRELEASED; urgency=low

* Initial release. (Closes: #1068648)

-- Jeremy Theler <[email protected]> Tue, 09 Jul 2024 19:05:41 -0300
40 changes: 40 additions & 0 deletions dist/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Source: feenox
Section: science
Priority: optional
Maintainer: Jeremy Theler <[email protected]>
Build-Depends: debhelper-compat (= 13),
libgsl-dev,
libsundials-dev,
petsc-dev,
slepc-dev
Standards-Version: 4.5.1
Homepage: https://www.seamplex.com/feenox
Rules-Requires-Root: no
Vcs-Git: https://github.com/seamplex/feenox.git
Vcs-Browser: https://github.com/seamplex/feenox

Package: feenox
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: gmsh, paraview
Description: cloud-first free no-X uniX-like finite-element(ish) tool
FeenoX is a computational engineering tool designed to solve
engineering-related problems using cloud servers in parallel
in such a way that the problem is defined in a plain-text
near-English self descriptive input file read at run time,
without requiring further user intervention after the invocation.
.
So far it can solve
.
* Basic mathematics
* Systems of ODEs/DAEs
* Laplace’s equation
* Heat conduction
* Linear elasticity
* Modal analysis
* Neutron diffusion
* Neutron SN
.
The usage depends on Gmsh to create the meshes.
Optionally, FeenoX's output can be post-processed with Paraview.
83 changes: 64 additions & 19 deletions dist/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,93 @@ Upstream-Contact: Jeremy Theler <[email protected]>

Files:
*
Copyright:
2023 Jeremy Theler <[email protected]>
Copyright: 2024 Jeremy Theler <[email protected]>
License: GPL-3.0+

Files:
doc/*
Copyright:
2023 Jeremy Theler <[email protected]>
License: GFDL-1.3+
Copyright: 2024 Jeremy Theler <[email protected]>
License: GFDL-1.3+

Files:
debian/*
Copyright:
2023 Jeremy Theler <[email protected]>
License: GPL-3.0+
Copyright: 2024 Jeremy Theler <[email protected]>
License: GPL-3.0+

Files:
src/contrib/kdtree.*
Copyright:
2007-2011 John Tsiombikas <[email protected]>
License: BSD-3-clause
Copyright: 2007-2011 John Tsiombikas <[email protected]>
License: BSD-3-clause

Files:
src/contrib/ut*
Copyright:
2003-2020, Troy D. Hanson <http://troydhanson.github.com/uthash/>
License: BSD-2-clause
Copyright: 2003-2022, Troy D. Hanson <http://troydhanson.github.com/uthash/>
License: BSD-2-clause


License: GPL-3.0+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
FeenoX is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Comment:
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
along with FeenoX. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General Public License
Version 3 can be found in `/usr/share/common-licenses/GPL-3'.

License: GFDL-1.3+
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation.
.
On Debian systems, the complete text of the GNU Free Documentation
License can be found in `/usr/share/common-licenses/GFDL'.

License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.

License: BSD-2-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
160 changes: 0 additions & 160 deletions dist/deb.sh

This file was deleted.

20 changes: 20 additions & 0 deletions dist/dsc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash -ex

. versions.sh
echo $version
# sudo apt-get -y install debmake devscripts debhelper dpkg-dev pbuilder autopkgtest

if [ -e src/feenox-${version}.tar.gz ]; then
cp src/feenox-${version}.tar.gz .
else
wget https://seamplex.com/feenox/dist/src/feenox-${version}.tar.gz
fi

rm -rf feenox-${version}
tar -xvzf feenox-${version}.tar.gz
cd feenox-${version}
debmake
cp ../README.Debian ../control ../copyright ../rules debian/
m4 -Dfeenox_version=${version} ../changelog > debian/changelog
rm debian/source/control debian/tests/control
debuild
4 changes: 4 additions & 0 deletions dist/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/make -f

%:
dh $@ --with autoreconf
Loading

0 comments on commit 63a242e

Please sign in to comment.