forked from arras-energy/gridlabd-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gridlabd.spec.in
85 lines (68 loc) · 2.82 KB
/
gridlabd.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Summary: GridLAB-D power distribution system simulation and analysis tool.
Name: gridlabd
Version: @PACKAGE_VERSION@
Release: 1%{?dist}
License: Unknown
Group: Simulators
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Packager: GridLAB-D GISMo SLAC Team <gridlabd@gmail.com>
URL: https://github.com/slacgismo/gridlabd
Source0: %{name}_%{version}.tar.gz
%description
GridLAB-D™ is a power distribution system simulation and analysis tool
that provides information to users who design and operate modern
distribution systems, and to utilities that wish to take advantage of the
latest energy technologies. It incorporates advanced modeling
techniques with high-performance algorithms to deliver high resolution end-use
modeling in moder power systems. GridLAB-D is coupled with distribution
automation models and software integration tools for users of many power
system analysis tools.
GridLAB-D was developed by the U.S. Department of Energy (DOE) at Pacific
Northwest National Laboratory (PNNL), in collaboration with industry and
academia.
This version of GridLAB-D was enhanced at SLAC National Accelerator Laboratory
by the California Energy Commission under grants EPC-17-043, EPC-17-046, and EPC-17-047.
SLAC National Accelerator Laboratory, which is operated for the US Department of Energy
by Stanford University under Contract DE-AC02-76SF00515.
%prep
%setup -q -n %{name}_%{version}
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
%makeinstall
rm -f %{buildroot}%{_libdir}/gridlabd/*.la
%clean
rm -rf %{buildroot}
%post
%postun
%files
%defattr(-,root,root,-)
%{_bindir}/gridlabd
%{_libdir}/gridlabd/*
%doc %{_docdir}/gridlabd/*
/usr/bin/gridlabd.bin
%{_datadir}/gridlabd/*
%package devel
Summary: Development files for GridLAB-D.
Group: Simulators
%description devel
GridLAB-D™ is a power distribution system simulation and analysis tool
that provides information to users who design and operate modern
distribution systems, and to utilities that wish to take advantage of the
latest energy technologies. It incorporates advanced modeling
techniques with high-performance algorithms to deliver high resolution end-use
modeling in moder power systems. GridLAB-D is coupled with distribution
automation models and software integration tools for users of many power
system analysis tools.
GridLAB-D was developed by the U.S. Department of Energy (DOE) at Pacific
Northwest National Laboratory (PNNL), in collaboration with industry and
academia.
This version of GridLAB-D was enhanced at SLAC National Accelerator Laboratory
by the California Energy Commission under grants EPC-17-043, EPC-17-046, and EPC-17-047.
SLAC National Accelerator Laboratory, which is operated for the US Department of Energy
by Stanford University under Contract DE-AC02-76SF00515.
%files devel
%defattr(-,root,root,-)
%{_includedir}/gridlabd/*.h