Skip to content

Commit 2e4b024

Browse files
committed
rollback fee2ccx
1 parent 51bcbde commit 2e4b024

File tree

6 files changed

+31
-41
lines changed

6 files changed

+31
-41
lines changed

README

+8-14
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,11 @@ work):
6161

6262
sudo apt install feenox
6363

64-
For now it is in Debian sid only
64+
Check progress on the following pages:
6565

66-
https://packages.debian.org/unstable/science/feenox
67-
68-
but eventually it will be part of Debian stable. And probably it
69-
will be availabe in Ubuntu as well. Follow the status at
70-
71-
https://tracker.debian.org/pkg/feenox
66+
- https://packages.debian.org/unstable/science/feenox
67+
- https://tracker.debian.org/pkg/feenox
68+
- https://buildd.debian.org/status/package.php?p=feenox
7269

7370
Open-source web-based UX for FeenoX.
7471

@@ -325,18 +322,15 @@ Download
325322
FeenoX is distributed under the terms of the GNU General Public License
326323
version 3 or (at your option) any later version.
327324

328-
----------------------------- ----------------------------------------------
329-
Debian/Ubuntu packages https://www.seamplex.com/feenox/dist/deb
330-
(unofficial)
331-
332-
GNU/Linux static binaries https://www.seamplex.com/feenox/dist/linux
325+
----------------------------- -----------------------------------------------------
326+
Debian packages https://packages.debian.org/unstable/science/feenox
333327

334-
Windows binaries https://www.seamplex.com/feenox/dist/windows
328+
GNU/Linux binaries https://www.seamplex.com/feenox/dist/linux
335329

336330
Source tarballs https://www.seamplex.com/feenox/dist/src
337331

338332
Github repository https://github.com/seamplex/feenox/
339-
----------------------------- ----------------------------------------------
333+
----------------------------- -----------------------------------------------------
340334

341335
- FeenoX is cloud-first. It was designed to run on servers.
342336

README.markdown

+10-14
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,11 @@ work]):
6262
> sudo apt install feenox
6363
> ```
6464
>
65-
> For now it is in Debian sid only
65+
> Check progress on the following pages:
6666
>
67-
> <https://packages.debian.org/unstable/science/feenox>
68-
>
69-
> but eventually it will be part of Debian stable. And probably it will
70-
> be availabe in Ubuntu as well. Follow the status at
71-
>
72-
> <https://tracker.debian.org/pkg/feenox>
67+
> - <https://packages.debian.org/unstable/science/feenox>
68+
> - <https://tracker.debian.org/pkg/feenox>
69+
> - <https://buildd.debian.org/status/package.php?p=feenox>
7370
>
7471
> Open-source web-based UX for FeenoX.
7572
> Take a look at [SunCAE] for an example of how to write a front end for
@@ -325,13 +322,12 @@ of the [Github repository] for
325322
FeenoX is distributed under the terms of the [GNU General Public License
326323
version 3] or (at your option) any later version.
327324
328-
| | |
329-
|----|----|
330-
| Debian/Ubuntu packages (unofficial) | <https://www.seamplex.com/feenox/dist/deb> |
331-
| GNU/Linux static binaries | <https://www.seamplex.com/feenox/dist/linux> |
332-
| Windows binaries | <https://www.seamplex.com/feenox/dist/windows> |
333-
| Source tarballs | <https://www.seamplex.com/feenox/dist/src> |
334-
| Github repository | <https://github.com/seamplex/feenox/> |
325+
| | |
326+
|--------------------|-------------------------------------------------------|
327+
| Debian packages | <https://packages.debian.org/unstable/science/feenox> |
328+
| GNU/Linux binaries | <https://www.seamplex.com/feenox/dist/linux> |
329+
| Source tarballs | <https://www.seamplex.com/feenox/dist/src> |
330+
| Github repository | <https://github.com/seamplex/feenox/> |
335331
336332
- FeenoX is [cloud-first]. It was designed to run on servers.
337333

configure.ac

+10-10
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ AC_ARG_WITH(
2929
[with_debug=no]
3030
)
3131

32-
AC_ARG_WITH(
33-
[fee2ccx],
34-
AS_HELP_STRING([--with-fee2ccx], [compile fee2ccx @<:@default=no@:>@]),
35-
[],
36-
[with_fee2ccx=no]
37-
)
32+
# AC_ARG_WITH(
33+
# [fee2ccx],
34+
# AS_HELP_STRING([--with-fee2ccx], [compile fee2ccx @<:@default=no@:>@]),
35+
# [],
36+
# [with_fee2ccx=no]
37+
# )
3838

3939
######################
4040
# default optimization flags
@@ -413,9 +413,9 @@ m4_include(auto_links.m4)
413413
AC_CONFIG_FILES([Makefile src/Makefile])
414414
# AC_CONFIG_FILES([src/benchmark/Makefile])
415415
# AC_CONFIG_FILES([doc/Makefile])
416-
AS_IF([test "x${with_fee2ccx}" = "xyes"] , [
417-
AC_CONFIG_FILES([utils/fee2ccx/Makefile])
418-
])
416+
# AS_IF([test "x${with_fee2ccx}" = "xyes"] , [
417+
# AC_CONFIG_FILES([utils/fee2ccx/Makefile])
418+
# ])
419419

420420

421421
AS_BOX([Summary of dependencies])
@@ -432,7 +432,7 @@ AS_IF([test "x${have_slepc}" = "xyes"],
432432
AS_ECHO([" ${SLEPC_DIR}"]),
433433
AS_ECHO
434434
)
435-
AS_ECHO( [" Configure fee2ccx ${with_fee2ccx}"])
435+
# AS_ECHO( [" Configure fee2ccx ${with_fee2ccx}"])
436436
AS_ECHO( [" Compiler ${compiler_show}"])
437437
AS_ECHO( [" Compiler flags ${CFLAGS}"])
438438
# AS_ECHO( [" Linker flags ${LDFLAGS}"])

doc/CODE_OF_CONDUCT.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ chaptersDepth: 1
1111
codeBlockCaptions: false
1212
cref: false
1313
crossrefYaml: pandoc-crossref.yaml
14-
date: 2025-03-31
14+
date: 2025-04-03
1515
eqLabels: arabic
1616
eqnBlockInlineMath: false
1717
eqnBlockTemplate: |

doc/FAQ.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ chaptersDepth: 1
1111
codeBlockCaptions: false
1212
cref: false
1313
crossrefYaml: pandoc-crossref.yaml
14-
date: 2025-03-31
14+
date: 2025-04-03
1515
eqLabels: arabic
1616
eqnBlockInlineMath: false
1717
eqnBlockTemplate: |

doc/feenox.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.2
22
.\"
3-
.TH "FEENOX" "1" "2025\-03\-30" "FeenoX" "FeenoX User Manual"
3+
.TH "FEENOX" "1" "2025\-04\-02" "FeenoX" "FeenoX User Manual"
44
.SH NAME
55
FeenoX \- a cloud\-first free no\-X uniX\-like finite\-element(ish)
66
computational engineering tool

0 commit comments

Comments
 (0)