Skip to content

sfb833-a3/dpar-nix-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository contains Nix derivations for dpar and dpar models.

Building dpar

The different dpar flavors can be built as follows from this repository:

dpar:

$ nix-build -A dpar
$ result/bin/dpar-parse

Patricia Fisher's dpar extension supporting PMIs:

$ nix-build -A dpar-fifu-pmi

dpar models

The model can be built as a Nix package or as a docker image, the following attributes are used:

  • Nix package: dpar_models.<modelname>.wrapper
  • Docker image: dpar_models.<modelname>.dockerImage

Prebuilt Docker images are also available.

German Harmburg-style dependencies

Nix package:

$ nix-build -A dpar_models.de.wrapper
$ result/bin/dpar-parse-de

Docker image:

$ nix-build -A dpar_models.de.dockerImage
$ docker load < ./result

Releases

No releases published

Packages

No packages published

Languages