all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 74538@debbugs.gnu.org
Cc: Vincent Legoll <vincent.legoll@gmail.com>
Subject: [bug#74538] [PATCH 1/2] gnu: Add ondsel-solver.
Date: Mon, 25 Nov 2024 23:00:13 +0100	[thread overview]
Message-ID: <20241125220016.8338-1-vincent.legoll@gmail.com> (raw)
In-Reply-To: <20241125215659.8017-1-vincent.legoll@gmail.com>

* gnu/packages/engineering.scm (ondsel-solver): New variable.

Change-Id: Ie966b13d1ec5351ef8b9f2459780f3da47f96db8
Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
---
 gnu/packages/engineering.scm | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 3ceeb4425a..5178043a52 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2019 Steve Sprang <scs@stevesprang.com>
 ;;; Copyright © 2019 John Soo <jsoo1@asu.edu>
 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
-;;; Copyright © 2020,2021 Vincent Legoll <vincent.legoll@gmail.com>
+;;; Copyright © 2020,2021,2024 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2020, 2023 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2020, 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
 ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
@@ -2930,6 +2930,29 @@ (define-public emacs-scad-mode
 OpenSCAD code.  It supports syntax highlighting, indenting and refilling of
 comments.")))
 
+(define-public ondsel-solver
+  (package
+    (name "ondsel-solver")
+    ;; There's no tagged release
+    (version "2e3659c4bce3e6885269e0cb3d640261b2a91108")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Ondsel-Development/OndselSolver")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1bgk3asyz47r1kvdgcz8q7sh1g29przdsx9ib1jqqbc0nv8ww68v"))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:tests? #f)) ;; Tests require Google's gtest and gmock
+    ;; The company is shutting down, so https://ondsel.com may not exist for long
+    (home-page "https://github.com/Ondsel-Development/OndselSolver")
+    (synopsis "Assembly Constraints and Multibody Dynamics code")
+    (description "Used by FreeCAD 1.0.0 for its new Assembly workbench")
+    (license license:lgpl2.1+)))
+
 (define-public freecad
   (package
     (name "freecad")
-- 
2.46.0





  reply	other threads:[~2024-11-25 22:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-25 21:56 [bug#74538] [PATCH 0/2] update FreeCAD to 1.0.0 & other misc. enhancements Vincent Legoll
2024-11-25 22:00 ` Vincent Legoll [this message]
2024-11-25 22:00   ` [bug#74538] [PATCH 2/2] gnu: freecad: Update to 1.0.0 Vincent Legoll
2024-11-26 14:24 ` bug#74538: [PATCH 0/2] update FreeCAD to 1.0.0 & other misc. enhancements Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241125220016.8338-1-vincent.legoll@gmail.com \
    --to=vincent.legoll@gmail.com \
    --cc=74538@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.