unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Haider Mirza <x7and7@gmail.com>
To: 54973@debbugs.gnu.org
Subject: bug#54973: Blender has no denoiser
Date: Sat, 16 Apr 2022 17:49:28 +0100	[thread overview]
Message-ID: <87y205vu48.fsf@gmail.com> (raw)
In-Reply-To: <87wnfp9lz2.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]

This is currently very broken but this is what I had:
It is requires a package called ISPC.

(define-module (oidn)
  #:use-module (guix packages)
  ;; #:use-module (gnu packages base)
  #:use-module (gnu packages gcc)
  #:use-module (gnu packages python)
  #:use-module (gnu packages tbb)
  #:use-module (gnu packages cmake)
  #:use-module (guix git-download)
  #:use-module (guix build-system cmake)
  #:use-module ((guix licenses) #:prefix license:))

(define-public oidn
  (package
   (name "oidn")
   (version "1.4.3")
   (source
    (origin
     (method git-fetch)
     (uri (git-reference
           (url "https://github.com/OpenImageDenoise/oidn.git")
           (commit (string-append "v" version))))
     (file-name (git-file-name name version))
     (sha256
      (base32 
      "14zga8xd7pxwhp50n36n0c8j12vdn92i90wf6nz868nlqvlpyakk"))))
   (build-system cmake-build-system)
   (inputs
    (list cmake gcc python tbb))     ; for scripts/MakeHeader.py
   (home-page "https://www.openimagedenoise.org/")
   (synopsis "A denoiser")
   (description
    "open source library of high-performance, high-quality 
    denoising filters for images rendered with ray tracing.")
   (license license:asl2.0)))


[-- Attachment #2: Type: text/html, Size: 1329 bytes --]

  parent reply	other threads:[~2022-04-16 17:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-16 13:36 bug#54973: Blender has no denoiser Haider Mirza
2022-04-16 16:28 ` raingloom
2022-04-16 16:49 ` Haider Mirza [this message]
2022-04-16 17:17 ` Haider Mirza
2022-06-10 19:19 ` Haider Mirza
2022-06-10 19:21 ` bug#54973: control message for bug #54973 Haider Mirza
2022-06-10 22:09   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87y205vu48.fsf@gmail.com \
    --to=x7and7@gmail.com \
    --cc=54973@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).